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

    r11024 r12592  
    11<div id="content" class="content">
    22
    3   <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
     16
    417    <ul class="categoryActions">
    518{if $display_mode == 'letters'}
     
    1528    <h2>{'Tags'|@translate}</h2>
    1629  </div>
     30
     31
     32  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
     33    {$MENUBAR}
     34  {/if}
    1735
    1836{if isset($tags)}
     
    3553      {foreach from=$letter.tags item=tag}
    3654      <tr class="tagLine">
    37         <td><a href="{$tag.URL}">{$tag.name}</a></td>
     55        <td><a href="{$tag.URL}"  title="{$tag.name}">{$tag.name}</a></td>
    3856        <td class="nbEntries">{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}</td>
    3957      </tr>
Note: See TracChangeset for help on using the changeset viewer.