• {strip}  {'Language'|@translate}
    {'Language'|@translate}
    {foreach from=$lang_switch.flags item=flag name=f} {$flag.alt}{$flag.title} {if ($smarty.foreach.f.index+1)%3 == 0}
    {/if} {/foreach}
    {/strip}
  • {footer_script require='jquery'}{literal} jQuery("#languageSwitchLink").click(function() { var elt = jQuery("#languageSwitchBox"); elt.css("left", Math.min(jQuery(this).offset().left, jQuery(window).width() - elt.outerWidth(true) - 5)) .css("top", jQuery(this).offset().top + jQuery(this).outerHeight(true)) .toggle(); }); jQuery("#languageSwitchBox").on("mouseleave", function() { jQuery(this).hide(); }); {/literal}{/footer_script} {* *} {if $themeconf.parent != 'default' or (isset($themeconf.load_parent_local_head) and $themeconf.load_parent_local_head == false) } {combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"default.css"} {/if} {* *} {if $themeconf.name != 'clear' and $themeconf.name != 'dark' and $themeconf.name != 'elegant' and $themeconf.name != 'Sylvia'} {combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"style.css"} {/if} {* *} {combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"language_switch.css"}