Top line - module section called "tools"

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri Mar 30, 2012 10:49 pm
No reference to it in the modules (can't find it in the list) - no way (that I can see) to modify it.

Confused.

Looking to have it point to a "page" if possible - and even add the "FAQ" link to that position.

Is this possible? How? - If not is there a way to "comment" it out? I think the statement "tools" is confusing and only brings up the "change font size" element which I think will confuse more than help.

Thanks,

Joe
User avatar
Junior Boarder

GK User
Sat Mar 31, 2012 8:56 pm
Hi Joe,

There isn't a Tools module position, the link "Tools" is loading as a block in file \templates\gk_corporate2\layouts\blocks\nav.php
Code: Select all
<?php if($this->getToolsOverride()) : ?>
        <a href="#" id="gkButtonTools"><?php echo JText::_('GK_CORPORATE2_TOOLS') ?></a>
       <?php $this->loadBlock('tools/tools'); ?>
    <?php endif; ?>

As you can see in the code, if you disable ToolsOverride in your template setting, it will be gone. If you want to replace/add another link, just add its html code in that place of code.

Cheers,
User avatar
Platinum Boarder


cron