source: extensions/gally/gally-default/template/profile.tpl @ 22090

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

feature:2664- compatibility with Piwigo 2.4

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