View Single Post
  #82  
Old 04-05-2005, 02:08 PM
 
jdiehl jdiehl is offline
 

eXpert
  
Join Date: Dec 2003
Location: Kansas City, MO
Posts: 270
 

Default I can't get the Descriptions

I can't seem to get the descriptions to display at all for 4.0.12

I've tried taking out the "|escape" I've tried different things nothing seems to work can anyone help, please?

Code:
{section name=cat_num loop=$subcategories} { if %cat_num.first% } <table width="548" border="0"> {/if} {if $smarty.section.cat_num.index is div by 2} </tr><tr> {/if} <td width="122" height="100"> <A href="/home/{ $subcategories[cat_num].categoryid }/{ $subcategories[cat_num].category|replace:" ":"_" }.html"> [img]{$xcart_web_dir}/icon.php?categoryid={$subcategories[cat_num].categoryid}[/img]</a> </td> <td width="132" class="product_desc" height="100"> <A href="/home/{ $subcategories[cat_num].categoryid }/{ $subcategories[cat_num].category|replace:" ":"_" }.html"> <FONT class="ItemsList">{ $subcategories[cat_num].category|escape }</FONT></A> { $subcategories[cat_num].description|escape }</td> { if %cat_num.last% } </tr></table> {/if} {/section}
__________________
Jason Diehl

Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/
Reply With Quote