source: extensions/language_switch_menubar/template/flags.tpl @ 13492

Last change on this file since 13492 was 13492, checked in by ddtddt, 12 years ago

[extensions] - language_switch_menubar - first commit

File size: 630 bytes
Line 
1<dt>{$LSMTITLE}
2        <a rel="nofollow" href="" class="activeFlag">
3          <img class="flags" src="{$lang_switch.Active.img}" alt="{$lang_switch.Active.alt}" title="{$lang_switch.Active.alt}"/>
4        </a></dt><dd>
5<div class="lsm">
6        <ul class="lsmul">
7                <li class="lsmli">
8{foreach from=$lang_switch.flags key=code item=flag name=f}
9            <a rel="nofollow" href="{$flag.url}" class="aflags">
10              <img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/>
11            </a>
12{/foreach}
13                </li>
14        </ul>
15</div>
16{combine_css path="plugins/language_switch_menubar/language_switch_menu.css"}
17</dd>
Note: See TracBrowser for help on using the repository browser.