source: extensions/simple_themes/simple/template/profile.tpl @ 13547

Last change on this file since 13547 was 13547, checked in by plg, 12 years ago

import theme Simple version 2.1

  • bugfix for user's profile - use default profile_content.tpl
  • child themes do not need to have content.css
  • use local_head.tpl
  • correct order of thumbnails & show copyright on picture page
  • use default as parent theme & change theme URI
  • add quicksearch and style input, textarea, ...
  • add login link in the footer
File size: 427 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3    <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}">{'Home'|@translate}</a></li>
4  </ul>
5  <h2>{'Profile'|@translate}</h2>
6</div>
7<div id="content">
8  {if isset($errors)}
9  <div class="errors">
10    <ul>
11      {foreach from=$errors item=error}
12      <li>{$error}</li>
13      {/foreach}
14    </ul>
15  </div>
16  {/if}
17{$PROFILE_CONTENT}
18</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.