View Single Post
  #2  
Old 07-27-2007, 10:59 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: smarty condition not meeting

Code:
{if $main ne "catalog" OR ($main eq "catalog" AND $current_category ne "")} <div class="topblacklinemargin"> <img src="{$ImagesDir}/blacktopline.jpg" width="100%" height="1" /> </div> {/if}
Reply With Quote