source: extensions/theme_switch/trunk/flags.tpl @ 7093

Last change on this file since 7093 was 7093, checked in by pab, 14 years ago

theme switch compatible with piwigo 2.1.* (with CZ, UK localization)

File size: 1.5 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="{$theme_switch.Active.img}" alt="{$theme_switch.Active.alt}" title="{$theme_switch.Active.alt}"/>
9                                </a>
10                                <!--[if lte IE 6]>
11                                        <a rel="nofollow" href="#">
12                                                <img class="flags" src="{$theme_switch.Active.img}" alt="{$theme_switch.Active.alt}" title="{$theme_switch.Active.alt}"/>
13                                                <table>
14                                                        <tr>
15                                                                <td>
16                                <![endif]-->
17                                                                        <ul class="flag-pan">
18                                                                        {foreach from=$theme_switch.flags key=code item=flag name=f}
19                                                                                <li>
20                                                                                        <a rel="nofollow" href="{$SCRIPT_NAME}{$flag.url}">
21                                                                                                <img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/>
22                                                                                        </a>
23                                                                                </li>
24                                                                        {/foreach}
25                                                                        </ul>
26                                <!--[if lte IE 6]>
27                                                                </td>
28                                                        </tr>
29                                                </table>
30                                        </a>
31                                <![endif]-->
32                        </li>
33                </ul>
34        </div>
35</li>
36{html_head}
37{if $themeconf.name =='Sylvia'}
38<link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$THEME_SWITCH_PATH|@cat:'theme_switch.css'}"> 
39{else}
40<link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$THEME_SWITCH_PATH|@cat:'theme_switch-default.css'}"> 
41{/if}
42{if Componant_exists($theme_SWITCH_PATH, 'theme_switch-local.css')}
43<link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$THEME_SWITCH_PATH|@cat:'theme_switch-local.css'}"> 
44{/if}
45<!--[if lte IE 6]>
46<link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$THEME_SWITCH_PATH|@cat:'theme_switch-ie6.css'}"> 
47<![endif]-->
48{/html_head}
Note: See TracBrowser for help on using the repository browser.