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

Last change on this file since 14240 was 14240, checked in by Zaphod, 12 years ago

feature 2588: template harmonization
All templates (tags, comments etc...) have now a "Home" link at the beginning of the page title (like index.tpl), instead of a home icon.

  • Property svn:eol-style set to LF
File size: 354 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
3
4<div class="titrePage">
5        <ul class="categoryActions">
6        </ul>
7        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2>
8</div>
9
10{include file='infos_errors.tpl'}
11
12{$PROFILE_CONTENT}
13</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.