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

Last change on this file since 6109 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

  • Property svn:executable set to *
File size: 481 bytes
Line 
1<!-- **GBL** >PROFILE> -->
2
3<div id="content" class="content">
4
5{include file='dialogs.tpl'}
6
7  <div class="titrePage">
8    <ul class="categoryActions">
9      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"><!--<img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--></a></li>
10    </ul>
11    <h2>{'Profile'|@translate}</h2>
12  </div>
13
14{$PROFILE_CONTENT}
15</div> <!-- content -->
16
17
18<!-- **GBL** <PROFILE< -->
Note: See TracBrowser for help on using the repository browser.