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

Last change on this file since 11024 was 11024, checked in by grum, 13 years ago

fix bug:2306 - Some translation keys are not correct

  • Property svn:executable set to *
File size: 379 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}"></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.