diff options
Diffstat (limited to 'plugins/language_switch/flags.tpl')
-rw-r--r-- | plugins/language_switch/flags.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/language_switch/flags.tpl b/plugins/language_switch/flags.tpl index eb855fc69..9bf88dba6 100644 --- a/plugins/language_switch/flags.tpl +++ b/plugins/language_switch/flags.tpl @@ -4,7 +4,7 @@ <div> <ul> <li> - <a rel="nofollow" href="#"> + <a rel="nofollow" href="#" class="activeFlag"> <img class="flags" src="{$lang_switch.Active.img}" alt="{$lang_switch.Active.alt}" title="{$lang_switch.Active.alt}"/> </a> <!--[if lte IE 6]> @@ -15,11 +15,12 @@ <td> <![endif]--> <ul class="flag-pan"> + <li class="languageSwitchBoxTitle">{'Language'|@translate}</li> {foreach from=$lang_switch.flags key=code item=flag name=f} <li> <a rel="nofollow" href="{$SCRIPT_NAME}{$flag.url}"> - <img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/> + <img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/> {$flag.title} </a> </li> {/foreach} |