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

Last change on this file since 5164 was 5164, checked in by nikrou, 14 years ago

Fix mistypping for home page icon (Home.png instead of home.png)

  • Property svn:eol-style set to LF
File size: 501 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}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
16    </ul>
17    <h2>{'Profile'|@translate}</h2>
18  </div>
19
20{$PROFILE_CONTENT}
21</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.