Re: New static page horizontal menu
I have that file open but I do not see any <div> or <br> tags to alter
here it is:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{section name=pg loop=$pages_menu}
{capture name=bullet}<a href="pages.php?pageid={$pages_menu[pg].pageid}" class="VertMenuItems">{$pages_menu[pg].title}</a> {/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{/section}
If I alter this, will it affect other menus?
|