mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
e38092f36c
git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
25 lines
652 B
Smarty
25 lines
652 B
Smarty
{if isset($MENUBAR)}{$MENUBAR}{/if}
|
|
<div id="content" class="content">
|
|
<div class="titrePage">
|
|
<ul class="categoryActions">
|
|
<li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
|
|
<span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span>
|
|
</a></li>
|
|
</ul>
|
|
<h2>{'About'|@translate}</h2>
|
|
</div>
|
|
<div id="piwigoAbout">
|
|
{$ABOUT_MESSAGE}
|
|
{if isset($THEME_ABOUT) }
|
|
<ul>
|
|
<li>{$THEME_ABOUT}</li>
|
|
</ul>
|
|
{/if}
|
|
{if not empty($about_msgs)}
|
|
{foreach from=$about_msgs item=elt}
|
|
{$elt}
|
|
{/foreach}
|
|
{/if}
|
|
</div>
|
|
</div>
|