Ignore:
Timestamp:
Oct 13, 2010, 1:05:53 PM (14 years ago)
Author:
pab
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/theme_switch/trunk/flags.tpl

    r7093 r7171  
    11</ul>
    22<ul class="categoryActions">
    3 <li class="menuf">
     3<li class="theme_menuf">
    44        <div>
    55                <ul>
    66                        <li>
    77                                <a rel="nofollow" href="#">
    8                                         <img class="flags" src="{$theme_switch.Active.img}" alt="{$theme_switch.Active.alt}" title="{$theme_switch.Active.alt}"/>
     8                                        <img class="theme_flag" src="{$theme_switch.Active.img}" alt="{$theme_switch.Active.alt}" title="{$theme_switch.Active.alt}"/>
    99                                </a>
    1010                                <!--[if lte IE 6]>
    1111                                        <a rel="nofollow" href="#">
    12                                                 <img class="flags" src="{$theme_switch.Active.img}" alt="{$theme_switch.Active.alt}" title="{$theme_switch.Active.alt}"/>
     12                                                <img class="theme_flag" src="{$theme_switch.Active.img}" alt="{$theme_switch.Active.alt}" title="{$theme_switch.Active.alt}"/>
    1313                                                <table>
    1414                                                        <tr>
    1515                                                                <td>
    1616                                <![endif]-->
    17                                                                         <ul class="flag-pan">
     17                                                                        <ul class="theme_flag-pan">
    1818                                                                        {foreach from=$theme_switch.flags key=code item=flag name=f}
    1919                                                                                <li>
    2020                                                                                        <a rel="nofollow" href="{$SCRIPT_NAME}{$flag.url}">
    21                                                                                                 <img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/>
     21                                                                                                <img class="theme_flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/>
    2222                                                                                        </a>
    2323                                                                                </li>
Note: See TracChangeset for help on using the changeset viewer.