Quote:
Originally Posted by carpeperdiem
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.
|
Thanks for the reply, but although I've checked fancy_subcategories.tpl, I still don't understand how to fix my problem.