Jump to content

Top CMS Menu


Recommended Posts

The menu is in the header.tpl core file not controlled via a module.

If you open the header.tpl file in your theme folder at around line 85 you'll find

<div id="menulinks">
<ul>
<li><a href="{$base_dir}">{l s='Home'}</a></li>
<li><a href="{$base_dir}prices-drop.php">{l s='About'}</a></li>
<li><a href="{$base_dir}new-products.php">{l s='Test'}</a></li>
<li><a href="{$base_dir}best-sales.php">{l s='Top Sellers'}</a></li>
<li><a href="{$base_dir}contact-form.php">{l s='Contact'}</a></li>
<li><a href="{$base_dir}sitemap.php">{l s='Sitemap'}</a></li>
<li><script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='Bookmark'}');</script></li>
</ul>
</div><!-- menulinks-->

You can change the links to suit your needs there.

The images can be found in your theme folder in the /img folder.

Link to comment
Share on other sites

  • 3 weeks later...

You'll need to force the template to recompile.

Go to prefrences > performance set force compile to yes & cache to no & save.

Go to your site page & refresh, once the changes are complete, change force compile & cache back to the previous settings.

Link to comment
Share on other sites

×
×
  • Create New...