76a5808225
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 git-svn-id: http://piwigo.org/svn/trunk@1779 68402e56-0260-453c-a942-63ccdbb3a9ee
19 lines
417 B
Smarty
19 lines
417 B
Smarty
<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>
|