Jump to content

[SOLVED] Can't edit TMHeaderlinks


Recommended Posts

Hi,

 

Recently I tried to edit the TMHeaderlinksfile to edit my menu. I followed the instructions as described here:

 

http://info.template...ader-links.html

 

My code looks something like this now:

 

 

<ul id="tmheaderlinks">

<li><a href="{$link->getPageLink('index.php')}"{if $page_name == 'index'} class="active"{/if}>{l s='home' mod='tmheaderlinks'}</a></li>

<li><a href="{$link->getPageLink('prices-drop.php')}"{if $page_name == 'prices-drop'} class="active"{/if}>{l s='specials' mod='tmheaderlinks'}</a></li>

<li><a href="{$link->getPageLink('sitemap.php')}"{if $page_name == 'sitemap'} class="active"{/if}>{l s='sitemap' mod='tmheaderlinks'}</a></li>

<li><a href="{$link->getPageLink('manufacturer.php')}"{if $page_name == 'manufacturer'} class="active"{/if}>{l s='merken' mod='tmheaderlinks'}</a></li>

</ul>

 

I changed the last one (#4).

 

I can't figure out why the menu won't change on the website. Does anybody has a solution?

 

Thanks

Link to comment
Share on other sites

×
×
  • Create New...