Changeset 3477 for branches/2.0/plugins/language_switch/flags.tpl
- Timestamp:
- 06/30/09 23:16:24 (3 years ago)
- Files:
-
- 1 modified
-
branches/2.0/plugins/language_switch/flags.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/plugins/language_switch/flags.tpl
r3368 r3477 18 18 {foreach from=$lang_switch.flags key=code item=flag name=f} 19 19 <li> 20 <a rel="nofollow" href="{$ flag.url}">20 <a rel="nofollow" href="{$SCRIPT_NAME}{$flag.url}"> 21 21 <img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/> 22 22 </a> … … 36 36 {html_head} 37 37 {if $themeconf.template=='yoga' and $themeconf.theme=='Sylvia'} 38 <link rel="stylesheet" type="text/css" href="{$ LANGUAGE_SWITCH_PATH|@cat:'language_switch.css'}">38 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$LANGUAGE_SWITCH_PATH|@cat:'language_switch.css'}"> 39 39 {else} 40 <link rel="stylesheet" type="text/css" href="{$ LANGUAGE_SWITCH_PATH|@cat:'language_switch-default.css'}">40 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$LANGUAGE_SWITCH_PATH|@cat:'language_switch-default.css'}"> 41 41 {/if} 42 42 {if Componant_exists($LANGUAGE_SWITCH_PATH, 'language_switch-local.css')} 43 <link rel="stylesheet" type="text/css" href="{$ LANGUAGE_SWITCH_PATH|@cat:'language_switch-local.css'}">43 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$LANGUAGE_SWITCH_PATH|@cat:'language_switch-local.css'}"> 44 44 {/if} 45 45 <!--[if lte IE 6]> 46 <link rel="stylesheet" type="text/css" href="{$ LANGUAGE_SWITCH_PATH|@cat:'language_switch-ie6.css'}">46 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$LANGUAGE_SWITCH_PATH|@cat:'language_switch-ie6.css'}"> 47 47 <![endif]--> 48 48 {/html_head}
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)