mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fdfe41e343
git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
21 lines
420 B
Smarty
21 lines
420 B
Smarty
{if isset($MENUBAR)}{$MENUBAR}{/if}
|
|
<div id="content" class="content">
|
|
<div class="titrePage">
|
|
<ul class="categoryActions"></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>
|