View Single Post
  #7  
Old 03-18-2008, 04:24 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding a second 'categories' section

That would be something like this:

{foreach from=$categories item=c}
{if $c.order_by gt 200 and $c.order_by lt 300}
<div class="CategoriesList"><a href="home.php?cat={$c.categoryid}" class="VertMenuItems">{$c.category}</a></div>
{/if}
{/foreach}

That will show categories with a POS between 200 and 300.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote