source: tags/release-1_7_0RC2/template/yoga/about.tpl @ 15919

Last change on this file since 15919 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 416 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  <ul>
13  {ABOUT_MESSAGE}
14  <!-- BEGIN theme -->
15  <li>{theme.ABOUT}</li>
16  <!-- END theme -->
17  </ul>
18</div>
Note: See TracBrowser for help on using the repository browser.