Re: Triangle icon on vertical category menu
HI thanks for that,
I have opened the template and it looks like this ...
{* $Id: menu_manufacturers.tpl,v 1.5 2005/11/17 06:55:47 max Exp $ *}
<strong>
{if $manufacturers_menu ne ''}
{capture name=menu}
{section name=mid loop=$manufacturers_menu}
<a href="manufacturers.php?manufacturerid={$manufactu rers_menu[mid].manufacturerid}" class="VertMenuItems">{$manufacturers_menu[mid].manufacturer}</a>
<br />
{/section}
{/capture}
{include file="menu_border.tpl" dingbats="dingbats_categorie.gif" " menu_title=$lng.lbl_manufacturers menu_content=$smarty.capture.menu}
<br />
</strong>
</div>
{/if}
any suggestions because it doesn't have the
{if $show_other_manufacturers}
<li><a href="manufacturers.php">{$lng.lbl_other_manufactu rers}</a></li>
{/if}
to modify...
|