Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • goyat Friend
    #162595

    I am using Joomla 1.6.1. I would like to show page-title first, then, site-title. In JAT32.0 it always shows site-tilte first.

    khoand Friend
    #385831

    Hi,
    Replace this code in <joomla url>librariesjoomladocumenthtmlrendererhead.php file


    $buffer .= $tab.'<title>'.htmlspecialchars($document->getTitle(), ENT_COMPAT, 'UTF-8').'</title>'.$lnEnd;

    with


    $siteName = $app->getCfg('sitename');
    $buffer .= $tab.'<title>'.htmlspecialchars($siteName).'-'.htmlspecialchars($document->getTitle(), ENT_COMPAT, 'UTF-8').'</title>'.$lnEnd;

    goyat Friend
    #385877

    Thank you but it does not work. Sitename is double copied and page title.:((

    khoand Friend
    #386096

    Hi,
    Mine works normally. Could you give me a link to your website that modified?

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum