mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 08:02:59 +02:00
Add a new way to add informations on about page. (Loop on template)
Add element on ignore list git-svn-id: http://piwigo.org/svn/branches/2.1@8373 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -16,5 +16,10 @@
|
||||
<li>{$THEME_ABOUT}</li>
|
||||
</ul>
|
||||
{/if}
|
||||
{if not empty($about_msgs)}
|
||||
{foreach from=$about_msgs item=elt}
|
||||
{$elt}
|
||||
{/foreach}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user