source: trunk/plugins/language_switch/flags.tpl @ 9905

Last change on this file since 9905 was 9905, checked in by plg, 13 years ago

use combine_css for languageSwitch plugin

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1</ul>
2<ul class="categoryActions">
3<li class="menuf">
4  <div>
5    <ul>
6      <li>
7        <a rel="nofollow" href="#">
8          <img class="flags" src="{$lang_switch.Active.img}" alt="{$lang_switch.Active.alt}" title="{$lang_switch.Active.alt}"/>
9        </a>
10<!--[if lte IE 6]>
11        <a rel="nofollow" href="#">
12          <img class="flags" src="{$lang_switch.Active.img}" alt="{$lang_switch.Active.alt}" title="{$lang_switch.Active.alt}"/>
13          <table>
14            <tr>
15              <td>
16<![endif]-->
17        <ul class="flag-pan">
18
19{foreach from=$lang_switch.flags key=code item=flag name=f}
20          <li>
21            <a rel="nofollow" href="{$SCRIPT_NAME}{$flag.url}">
22              <img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/>
23            </a>
24          </li>
25{/foreach}
26
27        </ul>
28<!--[if lte IE 6]>
29              </td>
30            </tr>
31          </table>
32        </a>
33<![endif]-->
34      </li>
35    </ul>
36  </div>
37</li>
38
39{combine_css path="plugins/language_switch/language_switch-default.css"}
40
41{if $themeconf.name eq 'Sylvia'}
42{combine_css path="plugins/language_switch/language_switch-Sylvia.css"}
43{/if}
44
45{html_head}
46<!--[if lte IE 6]>
47<link rel="stylesheet" type="text/css" href="{$ROOT_URL}plugins/language_switch/language_switch-ie6.css">
48<![endif]-->
49{/html_head}
Note: See TracBrowser for help on using the repository browser.