80 | Posts |
Hi everyone,
is there any chance to get something like a "strip_tags" to the head's title-tag?
I use the configuration's "page-titel" to design the (navbar-)brand appearance a little bit, but the inserted style-attribute will than appear in the browser's tab or title bar. With the "strip_tags" it will be gone there, but the brand is still well modified.
For the time beeing, it works when manually changing "/include/tool/Output.php" line 1354., but only until next update...
What can I do to place this request?
Thanks
/CS
1.5K | Posts |
64.5K | Downloads |
16 | Plugins |
I'd say the title isn't meant to contain HTML markup.
But
A) We have a plugin filter hook 'MetaTitle' to modify the title (see here). You can use it in a theme as well.
B) You might want to change template.php and replace<?php global $config; echo common::Link('',$config['title'],'','class="navbar-brand"'); ?>
with
<?php \gp\tool\Output::Get("Extra", "Brand"); ?>
Create a new Extra Content Area 'Brand' and edit on page.
80 | Posts |
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More News
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using