source: extensions/gally/gally-default/template/nbm.tpl @ 16016

Last change on this file since 16016 was 16016, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 736 bytes
Line 
1<!-- **GBL** >NBM> -->
2<div id="content" class="content">
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    <ul class="categoryActions">
17      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
18    </ul>
19    <h2>{'Notification'|@translate}</h2>
20  </div>
21
22  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
23    {$MENUBAR}
24  {/if}
25
26
27{include file='infos_errors.tpl'}
28
29</div>
30
31<!-- **GBL** <NBM< -->
Note: See TracBrowser for help on using the repository browser.