diff options
author | mistic100 <mistic@piwigo.org> | 2013-03-08 12:11:56 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-03-08 12:11:56 +0000 |
commit | a245a11ae06de89f159e3a4f869fd9970d8194a0 (patch) | |
tree | f964a9fe0eaa8922c6b96ec203ac14efd4496707 /plugins/language_switch/flags.tpl | |
parent | ed0d86d0e700e03eaf33775cad9778c91c4a124e (diff) |
Merged revision(s) 21356 from trunk:
[language_switch] update css overload
git-svn-id: http://piwigo.org/svn/branches/2.5@21357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/flags.tpl | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/plugins/language_switch/flags.tpl b/plugins/language_switch/flags.tpl index 54063fd03..38cfc4818 100644 --- a/plugins/language_switch/flags.tpl +++ b/plugins/language_switch/flags.tpl @@ -1,5 +1,5 @@ <li id="languageSwitch">{strip}<a id="languageSwitchLink" title="{'Language'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> - <span class="pwg-icon flags langflag-{$lang_switch.Active.code}" > </span><span class="pwg-button-text">{'Language'|@translate}</span> + <span class="pwg-icon flags langflag-{$lang_switch.Active.code}"> </span><span class="pwg-button-text">{'Language'|@translate}</span> </a> <div id="languageSwitchBox" class="switchBox"> <div class="switchBoxTitle">{'Language'|@translate}</div> @@ -24,13 +24,8 @@ jQuery("#languageSwitchBox").on("mouseleave", function() { }); {/literal}{/footer_script} -{* <!-- switchBox structure for theme which don't include default style --> *} -{if $themeconf.parent != 'default' or (isset($themeconf.load_parent_local_head) and $themeconf.load_parent_local_head == false) } -{combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"default.css"} -{/if} - -{* <!-- stylish for non core themes (should be removed when all themes are updated) --> *} -{if $themeconf.name != 'clear' and $themeconf.name != 'dark' and $themeconf.name != 'elegant' and $themeconf.name != 'Sylvia'} +{* <!-- stylish for themes missing .switchBox styles --> * +{if $LANGUAGE_SWITCH_LOAD_STYLE} {combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"style.css"} {/if} |