Quote:
Originally Posted by vipstore
anyone?
thanks!
|
Hello ... This is what my file looks like (I'm using v4.1.2)
{* $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}
{* MOD http://forum.x-cart.com/viewtopic.php?t=31058 *}
{if $c.order_by < 500}
<font class="CategoriesList">{$c.category}</font>
{/if}
{/foreach}
{else}
{foreach from=$subcategories item=c key=catid}
{* MOD - http://forum.x-cart.com/viewtopic.php?t=31058 *} {if $c.order_by < 500}
<font class="CategoriesList">{$c.category}</font>
{/if}
{/foreach}
{/if}
{/if}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu cellpadding=$fc_cellpadding}
Hope this helps.
Regards
Shafiq :sK
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4
Chamber Internet - Lancashire, United Kingdom
http://www.chamberelancs.co.uk
|