Where do I change the hypen in title tag to a | - Joomla! Forum - community, help and support


i trying figure out in code can change hypen between page title , site name pipe |

i saw in previous posting using following code documented @ http://docs.joomla.org/customize_the_dynamic_page_title.
<?php
$document =& jfactory::getdocument();
$document->settitle($mainframe->getcfg('sitename') . " - " . $document->title);
?>
if case change code follows:

code: select all

<?php
$document =& jfactory::getdocument();
$document->settitle($mainframe->getcfg('sitename') . " | " . $document->title);
?>





Comments

Popular posts from this blog

How to decompile jsxbin to jsx

Gavik Photoslide GK2: Not able to upload photos - Joomla! Forum - community, help and support

Phoca Guestbook logger registret bruger af - Joomla! Forum - community, help and support