View Single Post
  #3  
Old 10-17-2005, 10:51 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
{if $smarty.get.sl eq "EN"} I'm english {/if}

You can also use this to find what tpl variables are available at the time of
processing:

Code:
{php}func_print_r($this->_tpl_vars);{/php}
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote