Re: Add Icon to Category menu list
Hi Steve:
1. I did the modification to the Flyout menu code as (underline is my Alt-text):
fancy_subcategories.tpl
{if $config.Flyout_Menus.icons_icons_in_categories gte $level+1 and $c.is_icon}
<img src="{$c.thumb_url|amp}" alt="{$c.category|escape}" width="{$c.thumb_x}" height="{$c.thumb_y}" />
{/if}
2. Without flyout menu,(categories.tpl) the code is:
{foreach from=$categories_menu_list item=c name=categories}
<li{interline name=categories}><a href="home.php?cat={$c.categoryid}" title="{$c.category|escape}">{$c.category|amp} </a></li>
{/foreach}
How I add the alt-text in accordance with the category name to the the icons?
Thank you
Moses
__________________
x-cart V4.4.4
Smart Template
CDSEO
Unix
|