diff options
author | vdigital <vdigital@piwigo.org> | 2010-04-14 22:09:53 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2010-04-14 22:09:53 +0000 |
commit | 3e432e9a1f5b47e97a61a29b7947fc2521f20ff7 (patch) | |
tree | 4057acbf53db65837f5dc517ff0943259b257423 /plugins/language_switch | |
parent | 44eae4ae169a14d0e419835c3871bfeda47c1b41 (diff) |
Fix: Theme name Sylvia in flags.tpl
git-svn-id: http://piwigo.org/svn/trunk@5856 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/flags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_switch/flags.tpl b/plugins/language_switch/flags.tpl index 06d438550..6d51cad38 100644 --- a/plugins/language_switch/flags.tpl +++ b/plugins/language_switch/flags.tpl @@ -34,7 +34,7 @@ </div> </li> {html_head} -{if $themeconf.template=='yoga' and $themeconf.theme=='Sylvia'} +{if $themeconf.name == 'Sylvia'} <link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$LANGUAGE_SWITCH_PATH|@cat:'language_switch.css'}"> {else} <link rel="stylesheet" type="text/css" href="{$ROOT_URL}{$LANGUAGE_SWITCH_PATH|@cat:'language_switch-default.css'}"> |