summaryrefslogtreecommitdiff
path: root/modules/mod_switch_language_links.tpl
blob: 45b3b02f5e7c4f0035573612f8889f611be505f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{* $Header: /cvsroot/bitweaver/_bit_languages/modules/mod_switch_language_links.tpl,v 1.2 2005/08/07 17:39:28 squareing Exp $ *}
{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}