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

Last change on this file since 960 was 960, checked in by chrisaga, 18 years ago

improve template : split theme from template itself

rest of the job : template (yoga), themes (clear dark), and php to handle them

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 334 bytes
Line 
1<div id="content">
2  <div class="titrePage">
3    <ul class="categoryActions">
4      <li>
5        <a href="{U_HOME}" title="{lang:return to homepage}">
6          <img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/>
7        </a>
8      </li>
9    </ul>
10    <h2>{lang:About}</h2>
11  </div>
12
13  {ABOUT_MESSAGE}
14
15</div>
Note: See TracBrowser for help on using the repository browser.