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

    r11025 r12592  
    11<!-- **GBL** >ABOUT> -->
     2
    23<div id="content" class="content">
    3   <div class="titrePage">
     4  <div class="titrePage" id='titrePageID'>
     5
     6    {if isset($MENUBAR)}
     7      {if #menuAnimated# == "noswitch"}
     8        {$MENUBAR}
     9      {else}
     10      <div id="menuswitcher">
     11        <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');">&nbsp;
     12        </a>
     13      </div>
     14      {/if}
     15    {/if}
     16
    417    <ul class="categoryActions">
    518      <li>
     
    1023    <h2>{'About'|@translate}</h2>
    1124  </div>
     25
     26  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
     27    {$MENUBAR}
     28  {/if}
     29
    1230  <div id="content2">
    1331  {$ABOUT_MESSAGE}
Note: See TracChangeset for help on using the changeset viewer.