piwigo/template/yoga/about.tpl
vdigital 76a5808225 Evolution request 0000497: Insert information about theme on about.php
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
2007-02-04 20:42:26 +00:00

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>