blob: 77af4ada513f1b635738caef39b42cc3665c0daf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<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}
<!-- BEGIN theme -->
<ul>
<li>{theme.ABOUT}</li>
</ul>
<!-- END theme -->
</div>
|