Ignore:
Timestamp:
Nov 11, 2011, 4:27:43 PM (12 years ago)
Author:
grum
Message:

feature:2499 - compatibility with Piwigo 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/picture.tpl

    r12594 r12604  
    11<!-- **GBL** >PICTURE> -->
    2 
    3     {if isset($MENUBAR) and #menuAnimated# == "noswitch"}
    4       <div class="titrePage" id='titrePageID'>
    5         {$MENUBAR}
    6       </div>
    7     {/if}
    8 
    9 
    10 
    112
    123{include file='dialogs.tpl'}
     
    2819  </div>
    2920
    30   <div id="imageHeaderBar">
    31 
    32     {if isset($MENUBAR) and #menuAnimated# != "noswitch"}
    33       <div class="titrePage" id='titrePageID'>
     21
     22{if isset($MENUBAR)}
     23  <div id="imageHeaderBar" class="menu">
     24    <div class="titrePage" id='titrePageID'>
     25      {if #menuAnimated# == "noswitch"}
     26          {$MENUBAR}
     27      {else}
    3428        <div id="menuswitcher">
    3529          <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');">&nbsp;
    3630          </a>
    3731        </div>
    38       </div>
    39       {$MENUBAR}
    40     {/if}
     32        {$MENUBAR}
     33      {/if}
     34    </div>
     35{else}
     36  <div id="imageHeaderBar">
     37{/if}
    4138
    4239    <div class="browsePath">
     
    5047
    5148  {if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if}
     49
    5250  <div id="imageToolBar">
    5351    <div id="imageToolBarContainer" class="uiImg">
Note: See TracChangeset for help on using the changeset viewer.