View Single Post
  #6  
Old 10-25-2010, 08:46 AM
 
peddler peddler is offline
 

Senior Member
  
Join Date: May 2007
Posts: 140
 

Default Re: Adding category banners

Try this:

Code:
{if $current_category.categoryid eq "443" or "444"}<img src="{$ImagesDir}/amd.jpg" />{/if}


Generally.. use lower-case boolean in smarty tpl files: and, or, ne, eq, etc. and use symbolic boolean in php files and javascript entries within tpl files: &&, ||, ==, !, etc

But mix-and-match works.. generally.
__________________
Ralph
X-Cart v4.4.2 Gold (still buggy, some are new ones)
PHP 5.2.13
Reply With Quote