View Single Post
  #15  
Old 01-23-2004, 03:36 AM
 
p4wel p4wel is offline
 

Member
  
Join Date: Dec 2003
Location: London
Posts: 14
 

Default

ok, i want the link:
How to fit teeth

to appear in categories section, below all product categories (template below). where should I put it? any ideas?

{* $Id: categories.tpl,v 1.18 2003/02/25 08:58:46 olga Exp $ *}
{capture name=menu}
{if $config.General.root_categories eq "Y"}

{section name=cat_num loop=$categories}
<font class=CategoriesList>{ $categories[cat_num].category_name|escape }

{/section}
{else} {section name=cat_num loop=$subcategories}
<font class=CategoriesList>{ $subcategories[cat_num].category_name|escape }</font>

{/section}
{/if}


{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu }
Reply With Quote