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

  {ABOUT_MESSAGE}

</div>