View Single Post
  #2  
Old 01-06-2009, 04:30 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default Re: help with if then statment for detailed description

Print this to the page to see if it the c.order_by variable holds a value (which I suspect it doesn't):

Code:
{if $c.order_by}It exists: {$c.order_by}{else}No it doesn't exist{/if}
Reply With Quote