source: tags/release-1_7_0RC1/template/yoga/about.tpl @ 15076

Last change on this file since 15076 was 1779, checked in by vdigital, 17 years ago

Evolution request 0000497: Insert information about theme on about.php
To mention Creative Commons pictures, Free for private use, ...
Totally optional.
Just precise what you want in About field (see any template/yoga/theme/.../themeconf.inc.php

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