aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/about.tpl
blob: c4299972c11e5fd8d4d508d194381765ee77eb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- DEV TAG: not smarty migrated -->
<div id="content">
  <div class="titrePage">
    <ul class="categoryActions">
      <li>
        <a href="{U_HOME}" title="{lang:return to homepage}">
          <img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/>
        </a>
      </li>
    </ul>
    <h2>{lang:About}</h2>
  </div>
  <ul>
  {ABOUT_MESSAGE}
  <!-- BEGIN theme -->
  <li>{theme.ABOUT}</li>
  <!-- END theme -->
  </ul>
</div>