summaryrefslogtreecommitdiff
path: root/modules/mod_switch_language_links.tpl
blob: 46f1329357d2c63cff01efc793e344c0b7778e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{* $Header$ *}
{strip}
{bitmodule title="$moduleTitle" name="switch_language_links"}
	{foreach from=$languages item=lang key=langCode}
		{if is_disabled ne 'y'}
			<span {if $sel_lang eq $langCode}class="highlight"{/if} style="display:bock;width:33%;float:left;">
				<a title="{$lang.native_name} ({$lang.translated_name})" href="{$smarty.const.LANGUAGES_PKG_URL}switch_lang.php?language={$langCode}">{$lang.lang_code}</a>
			</span>
		{/if}
	{/foreach}
	<div class="clear"></div>
{/bitmodule}
{/strip}