Ignore:
Timestamp:
Mar 8, 2013, 1:11:56 PM (11 years ago)
Author:
mistic100
Message:

Merged revision(s) 21356 from trunk:
[language_switch] update css overload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/plugins/language_switch/flags.tpl

    r20943 r21357  
    11<li id="languageSwitch">{strip}<a id="languageSwitchLink" title="{'Language'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
    2   <span class="pwg-icon flags langflag-{$lang_switch.Active.code}" >&nbsp;</span><span class="pwg-button-text">{'Language'|@translate}</span>
     2  <span class="pwg-icon flags langflag-{$lang_switch.Active.code}">&nbsp;</span><span class="pwg-button-text">{'Language'|@translate}</span>
    33</a>
    44<div id="languageSwitchBox" class="switchBox">
     
    2525{/literal}{/footer_script}
    2626
    27 {* <!-- switchBox structure for theme which don't include default style --> *}
    28 {if $themeconf.parent != 'default' or (isset($themeconf.load_parent_local_head) and $themeconf.load_parent_local_head == false) }
    29 {combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"default.css"}
    30 {/if}
    31 
    32 {* <!-- stylish for non core themes (should be removed when all themes are updated) --> *}
    33 {if $themeconf.name != 'clear' and $themeconf.name != 'dark' and $themeconf.name != 'elegant' and $themeconf.name != 'Sylvia'}
     27{* <!-- stylish for themes missing .switchBox styles --> *
     28{if $LANGUAGE_SWITCH_LOAD_STYLE}
    3429{combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"style.css"}
    3530{/if}
Note: See TracChangeset for help on using the changeset viewer.