Jump to content

UHUPage title change in menu


Recommended Posts

I hope someone here can help me. I hired this Jeevan K B from the find work forums to do some work.

 

He made changes to my menu and will not tell me where the file is to change the title. I was the phone with Prestashop last week and they couldn't help me find it. I need to change OnLine Store to Categories. I did a complete search for OnLine in the database and the files and nothing showed up.

 

<a href="{$base_dir}">{l s='OnLine Store' mod='uhutopmenu'}</a>

 

 

Does anyone have an idea where this files could be?

Link to comment
Share on other sites

Thank you for replying. I did that and it's not working. That's why I thought it was something else. Force compile in enabled.

 

<div class="sf-contener" >

<ul class="sf-menu">

<li id="cat1"><a href="{$base_dir}">{l s='Home' mod='uhutopmenu'}</a></li>

<li id="cat2"><a href="{$base_dir}">{l s='Categories' mod='uhutopmenu'}</a>

<ul>

{foreach from=$cats item=catg}

<li id="cat{$catg.id_category}"><a href="{$catg.link}">{$catg.name}</a></li>

{/foreach}

</ul>

</li>

<li><a href="{$link->getPageLink('new-products.php')}">{l s='New products' mod='uhutopmenu'}</a></li>

<li><a href="{$link->getPageLink('prices-drop.php')}">{l s='Specials' mod='uhutopmenu'}</a></li>

<li><a href="{$link->getPageLink('best-sales.php')}">{l s='Top sellers' mod='uhutopmenu'}</a></li>

 

<li><a href="{$link->getPageLink('http://alltechpages.com/content/4-about-us')}">{l s='About Us' mod='uhutopmenu'}</a></li>

<li><a href="{$link->getPageLink('http://alltechpages.com/content/1-delivery')}">{l s='Delivery' mod='uhutopmenu'}</a></li>

<li class="last_item"><a href="{$link->getPageLink('contact.php')}">{l s='Contact' mod='uhutopmenu'}</a></li>

</ul>

</div>

Link to comment
Share on other sites

×
×
  • Create New...