Thread
:
showing different templates for different languages
View Single Post
#
3
10-17-2005, 10:51 AM
B00MER
X-Guru
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
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.
B00MER
View Public Profile
Send a private message to B00MER
Visit B00MER's homepage!
Find all posts by B00MER