View Single Post
  #3  
Old 02-14-2007, 12:02 AM
 
ferdi ferdi is offline
 

Member
  
Join Date: Dec 2006
Posts: 12
 

Default Re: dynamically assign right or left to align tag

Thanks alot matt.

The following code works as the content of reading_direction_tag is empty for LTR languages.

{if $reading_direction_tag eq ""}
{assign var="direction" value="left"}
{else}
{assign var="direction" value="right"}
{/if}

cheers.
__________________
Gold 4.1.5
Reply With Quote