source: trunk/template/yoga/about.tpl @ 2700

Last change on this file since 2700 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: 463 bytes
RevLine 
[2223]1{* $Id: about.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
[2352]2<div id="content" class="content">
[859]3  <div class="titrePage">
4    <ul class="categoryActions">
[960]5      <li>
[2223]6        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
7          <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
[960]8        </a>
9      </li>
[859]10    </ul>
[2223]11    <h2>{'About'|@translate}</h2>
[859]12  </div>
[1834]13  <ul>
[2223]14  {$ABOUT_MESSAGE}
15  {if isset($THEME_ABOUT) }
16  <li>{$THEME_ABOUT}</li>
17  {/if}
[1779]18  </ul>
[859]19</div>
Note: See TracBrowser for help on using the repository browser.