Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mssmit Friend
    #130257

    Hi
    The template usere tools (fontsize and template width) are still visible although switched off in the template settings in the admin.

    Params.ini is writable

    Anyone an idea?

    url is http://www.keller-holland.nl

    Joomla 1.5.3

    Thanks in advance!
    Martijn

    Sherlock Friend
    #257128

    Hi mssmit !
    You can fix it following way below :
    Open index.php file in templates/ja_mageia folder , find following code section at about line 142 :


    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>

    change to :


    <?php if($supported_browsers) $tempTools->genToolMenu($JAconfig->ja_tool & 1); else $tempTools->genToolMenu_ie6($JAconfig->ja_tool & 1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu($JAconfig->ja_tool& 2); else $tempTools->genToolMenu_ie6($JAconfig->ja_tool& 2); ?>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 2 months ago.

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