keneso Posted December 9, 2012 Share Posted December 9, 2012 Hi. On previous version 4.xx I used this, which worked fine {if $language == Italian } <div id="image"> <ul> <li><a href="cart.php"><img src="templates/{$template}/img/image01.png" /></a></li> <li><a href="cart.php"><img src="templates/{$template}/img/image02.png" /></a></li> </ul> </div> {else} <div id="image"> <ul> <li><a href="cart.php"><img src="templates/{$template}/img/image01_en.png" /></a></li> <li><a href="cart.php"><img src="templates/{$template}/img/image02_en.png" /></a></li> </ul> </div> {/if} Now with version 5.12 it does not, am I missing something, or is there a solution I am unaware of? Thank you 0 Quote Link to comment Share on other sites More sharing options...
keneso Posted December 10, 2012 Author Share Posted December 10, 2012 Nevermind. For those who may encounter the same issue, I solved it putting the code in the language files, and used the {$lang.whatever} in template file. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted December 10, 2012 Share Posted December 10, 2012 Thanks for the update 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.