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

Last change on this file since 12764 was 12764, checked in by mistic100, 12 years ago

feature:2538 Make a unified messages management
use only $pageinfos and $pageerrors vars and and necessary template to all main pages

  • Property svn:eol-style set to LF
File size: 467 bytes
RevLine 
[10812]1{if isset($MENUBAR)}{$MENUBAR}{/if}
[2352]2<div id="content" class="content">
[859]3
[8076]4<div class="titrePage">
[10824]5        <ul class="categoryActions">
6                <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
7                        <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
8                </a></li>
9  </ul>
[8076]10        <h2>{'Profile'|@translate}</h2>
11</div>
[859]12
[12764]13{include file='infos_errors.tpl'}
14
[2246]15{$PROFILE_CONTENT}
[859]16</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.