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/profile.tpl

    r11024 r12592  
    55{include file='dialogs.tpl'}
    66
    7   <div class="titrePage">
     7  <div class="titrePage" id='titrePageID'>
     8
     9    {if isset($MENUBAR)}
     10      {if #menuAnimated# == "noswitch"}
     11        {$MENUBAR}
     12      {else}
     13      <div id="menuswitcher">
     14        <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');">&nbsp;
     15        </a>
     16      </div>
     17      {/if}
     18    {/if}
     19
    820    <ul class="categoryActions">
    921      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
     
    1224  </div>
    1325
     26
     27  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
     28    {$MENUBAR}
     29  {/if}
     30
    1431{$PROFILE_CONTENT}
    1532</div> <!-- content -->
Note: See TracChangeset for help on using the changeset viewer.