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

    r11024 r12592  
    1 
    21<div id="content" class="content">
    32
    4   <div class="titrePage">
     3  <div class="titrePage" id='titrePageID'>
     4
     5    {if isset($MENUBAR)}
     6      {if #menuAnimated# == "noswitch"}
     7        {$MENUBAR}
     8      {else}
     9      <div id="menuswitcher">
     10        <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');">&nbsp;
     11        </a>
     12      </div>
     13      {/if}
     14    {/if}
     15
    516    <ul class="categoryActions">
    617      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
     
    819    <h2>{'User comments'|@translate}</h2>
    920  </div>
     21
     22  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
     23    {$MENUBAR}
     24  {/if}
    1025
    1126<form class="filter" action="{$F_ACTION}" method="get">
Note: See TracChangeset for help on using the changeset viewer.