source: trunk/template/yoga/profile.tpl @ 2967

Last change on this file since 2967 was 2352, checked in by patdenice, 16 years ago

Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 527 bytes
RevLine 
[2246]1{* $Id: profile.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
[2352]2<div id="content" class="content">
[859]3
[2246]4{if isset($errors)}
[859]5<div class="errors">
6  <ul>
[2246]7    {foreach from=$errors item=error}
8    <li>{$error}</li>
9    {/foreach}
[859]10  </ul>
11</div>
[2246]12{/if}
[859]13
14  <div class="titrePage">
15    <ul class="categoryActions">
[2246]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>
[859]17    </ul>
[2246]18    <h2>{'Profile'|@translate}</h2>
[859]19  </div>
20
[2246]21{$PROFILE_CONTENT}
[859]22</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.