source: extensions/floOS/profile.tpl @ 3653

Last change on this file since 3653 was 3334, checked in by flop25, 15 years ago

first commit

File size: 599 bytes
Line 
1{* $Id: profile.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
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="{'return to homepage'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
17    </ul>
18    <h2>{'Profile'|@translate}</h2>
19  </div>
20
21{$PROFILE_CONTENT}
22</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.