source: trunk/themes/default/template/profile.tpl @ 10824

Last change on this file since 10824 was 10824, checked in by mistic100, 13 years ago

restore HOME links, change parameter name for remove menu on certain page

  • Property svn:eol-style set to LF
File size: 577 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content">
3
4{if isset($errors)}
5<div class="errors">
6  <ul>
7    {foreach from=$errors item=error}
8    <li>{$error}</li>
9    {/foreach}
10  </ul>
11</div>
12{/if}
13
14<div class="titrePage">
15        <ul class="categoryActions">
16                <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
17                        <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
18                </a></li>
19  </ul>
20        <h2>{'Profile'|@translate}</h2>
21</div>
22
23{$PROFILE_CONTENT}
24</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.