Ignore:
Timestamp:
Dec 7, 2010, 9:02:11 PM (13 years ago)
Author:
Zaphod
Message:

Minor changes in order to improve compatibilty with Internet Explorer 6/7/8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/index.tpl

    r7989 r8025  
    11<div class="titrePage">
    2   <span id="menuswitcher" title="{'Show/hide menu'|@translate}">Menu</span><span class="arrow"> »</span>
    3   {if isset($U_EDIT) or isset($U_SLIDESHOW) or !empty($PLUGIN_INDEX_ACTIONS)}
    4   <ul class="categoryActions">
    5     {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
    6     {if isset($U_EDIT)}
    7     <div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>
    8     <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}">{'edit'|@translate}</a></li>
    9     {/if}
    10     {if isset($U_CADDIE) }
    11     <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}">{'caddie'|@translate}</a></li>
    12     {/if}
    13     {if isset($U_SLIDESHOW)}
    14     <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li>
    15     {/if}
    16   </ul>
    17   {/if}
    18   <h2>{$TITLE}</h2>
     2        <div class="browsePath">
     3                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">Menu</span><span class="arrow"> »</span>
     4                <h2>{$TITLE}</h2>
     5        </div>
     6        {if isset($U_EDIT) or isset($U_SLIDESHOW) or !empty($PLUGIN_INDEX_ACTIONS)}
     7                <ul class="categoryActions">
     8                        {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
     9                        {if isset($U_EDIT)}
     10                                <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}">{'edit'|@translate}</a></li>
     11                        {/if}
     12                        {if isset($U_CADDIE) }
     13                                <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}">{'caddie'|@translate}</a></li>
     14                        {/if}
     15                        {if isset($U_SLIDESHOW)}
     16                                <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li>
     17                        {/if}
     18                </ul>
     19        {/if}
     20        {php}
     21                global $pwg_loaded_plugins;
     22                $this->assign('GMaps_loaded', isset($pwg_loaded_plugins[ 'GMaps' ]));
     23        {/php}
     24        {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
    1925</div>
    2026<div id="content">
Note: See TracChangeset for help on using the changeset viewer.