View Single Post
  #9  
Old 01-07-2006, 06:38 PM
  dalmuti's Avatar 
dalmuti dalmuti is offline
 

eXpert
  
Join Date: Oct 2004
Location: Kansas
Posts: 343
 

Default

Digging up an old topic...but with a new twist because of 4.1 Beta 2.

Here is the file:

Code:
{if $config.General.root_categories eq "Y"} {foreach from=$categories item=c} <font color="ffffff">{$c.category}{if not %categories.last%}&bull;{/if}</font>{/foreach} {else} {foreach from=$subcategories item=c key=catid} <font color="ffffff">{$c.category}{if not %categories.last%}&bull;{/if}</font> {/foreach} {/if}

I am trying to eliminate the last bullet after the category list and {if not %categories.last%} does not work??? Any suggestions?

Thanks,
Louise
__________________
Louise

Studio 57 Designs - X-Cart Customization
Providing X-Cart Services since 2004
Hottest Blog Directory - Submit Your Blog for a Free Listing
Reply With Quote