Ignore:
Timestamp:
Nov 11, 2011, 12:10:02 AM (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/identification.tpl

    r11024 r12592  
    33<div id="content" class="content">
    44
    5   <div class="titrePage">
     5  <div class="titrePage" id='titrePageID'>
     6
     7    {if isset($MENUBAR)}
     8      {if #menuAnimated# == "noswitch"}
     9        {$MENUBAR}
     10      {else}
     11      <div id="menuswitcher">
     12        <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');">&nbsp;
     13        </a>
     14      </div>
     15      {/if}
     16    {/if}
     17
    618    <ul class="categoryActions">
    719      <li><a id="icon_lost_password" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"> </a></li>
     
    1325    <h2>{'Identification'|@translate}</h2>
    1426  </div>
     27
     28
     29  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
     30    {$MENUBAR}
     31  {/if}
    1532
    1633{include file='dialogs.tpl'}
Note: See TracChangeset for help on using the changeset viewer.