/modules/mod_translation/templates/_language_attrs.tpl
http://github.com/zotonic/zotonic · Smarty Template · 1 lines · 1 code · 0 blank · 0 comment · 2 complexity · fc68bb52a48efa35ddd085b3595bc7ee MD5 · raw file
- {% with language|default:id|language as lang %}xml:lang="{{ lang }}" lang="{{ lang }}" {% if lang|is_rtl %}dir="rtl" class="rtl {{ class }}"{% else %}dir="ltr" class="ltr {{ class }}"{% endif %}{% endwith %}