Quote:
Originally Posted by AKassing
I've created language variables for all my categories, but I don't know how to add a link to a (sub-)categoryto another menu properly.
I used "<li><a href="home.php?cat=47">Horror</a></li>" and this works, but the names are static.
What do I need to change so the title of this link automaticaly displays the correct language variable?
|
Huh? There is no need to make language vars for categories or products.
Use Smarty vars to make your links... such as:
{$catid}
look at the code used in fancy categories for examples.
/skin/common_files/modules/Flyout_Menus/Icons/fancy_subcategories.tpl
Basically, let xcart (smarty) do the work.