aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/about.tpl
blob: 2769ec71e96598bcbfa618385ec20ac8ba07df75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>