Thread: menu separator
View Single Post
  #3  
Old 10-08-2007, 07:21 PM
 
zebu zebu is offline
 

eXpert
  
Join Date: Oct 2006
Posts: 310
 

Default Re: menu separator

Hi Jon,

I was hoping to do a simalier thing - but cant find the /section you refer to. - but I have just moved to 4.1.8.

My customer categories file looks like below:

HTML Code:
{* $Id: categories.tpl,v 1.26 2005/11/17 06:55:37 max Exp $ *} {capture name=menu} {if $active_modules.Fancy_Categories ne ""} {include file="modules/Fancy_Categories/categories.tpl"} {assign var="fc_cellpadding" value="0"} {else} {if $config.General.root_categories eq "Y"} {foreach from=$categories item=c} <font class="CategoriesList"> {* next line added to put menu image in zg *}<img src="{$ImagesDir}/menu_ball.gif" width="16" height="16" style="padding-right: 5px;" /><a href="home.php?cat={$c.categoryid}" class="VertMenuItems">{$c.category}</a></font><br /> {/foreach} {else} {foreach from=$subcategories item=c key=catid} {* next line added to put menu image in zg *} <img src="{$ImagesDir}/menu_ball.gif" width="16" height="16" style="padding-right: 40px;" /><font class="CategoriesList"><a href="home.php?cat={$catid}" class="VertMenuItems">{$c.category}</a></font><br /> {/foreach} {/if} {/if} {/capture} { include file="menu.tpl" dingbats="button_horse.jpg" menu_title="Products" menu_content=$smarty.capture.menu cellpadding=$fc_cellpadding}


Did things change in the file structure in the upgrade?
__________________
Version 4.7.7
Reply With Quote