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

Last change on this file since 8076 was 8076, checked in by rvelices, 13 years ago

css sprites (still ongoing)

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