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

Last change on this file since 2387 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
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.