d3a2304418
git-svn-id: http://piwigo.org/svn/trunk@18750 68402e56-0260-453c-a942-63ccdbb3a9ee
24 lines
569 B
Smarty
24 lines
569 B
Smarty
{if isset($MENUBAR)}{$MENUBAR}{/if}
|
|
<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
|
|
<div class="titrePage">
|
|
<ul class="categoryActions">
|
|
</ul>
|
|
<h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2>
|
|
</div>
|
|
|
|
{include file='infos_errors.tpl'}
|
|
|
|
<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>
|