Advertisement
eimkasp

Prestashop language detection sentence

May 28th, 2012
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.44 KB | None | 0 0
  1. <!-- Made by Eimantas Kasperiūnas - http://kasperiunas.com -->
  2.  <!-- if language is equal to EN add this -->
  3.  {if $lang_iso == en}{include file=$tpl_dir./path-to-css-file.css}{/if}
  4.   <!-- if language is equal to DE add this -->            
  5.  {if $lang_iso == de}{include file=$tpl_dir./path-to-css-file.css}{/if}
  6.   <!-- if language is equal to ES add this -->            
  7.  {if $lang_iso == es}{include file=$tpl_dir./path-to-css-file.css}{/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement