Jump to content

Top menu


Recommended Posts

  • 1 month later...

Hi,

I had the same problem, & find out finally where to customize this top menu of free133.

 

You go to the module "blackcategoriestop" in /public_html/modules/blockcategoriestop

 

Edit the file blockcategoriestop.tpl:

 

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

by the below:

<a href="{$link->getPageLink('******************')}">{l s='!!!!!!!!!!!!!!!' mod='blockcategoriestop'}</a>

 

********** is the new link you want the menu to link to, !!!!!!!!! is the new name for the menu you want to rename it.

 

Remember to delete the tools/smarty/compile files to bring the new change into affect.

Good luck from there

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...