View Single Post
Old January 21st, 2006, 12:03 PM   #1 (permalink)
InterFX
Member
Verified Customer
 
Join Date: Nov 2002
Posts: 372
extra1name variable

I have modified my showcat.tmpl, and am showing 2 of the extra fields in my display...

See example

http://www.brassreview.com/reviews/showcat.php?cat=77

However, I have defined the following, but it is not showing the extra field names... I'm pretty sure this should be right, but is not showing the custom field name...

echo<<<PPPRINT
<td class="{$Style['menubar']}" align="center">
<span class="{$Style['medium']}"><b>{$Globals['extra1name']}</b></span>
</td>
PPPRINT;
InterFX is offline   Reply With Quote