merge -c8373 from branch 2.1 to trunk
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/trunk@8374 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
bc0100f9e8
commit
1a9880e697
1 changed files with 5 additions and 0 deletions
|
@ -14,5 +14,10 @@
|
|||
<li>{$THEME_ABOUT}</li>
|
||||
</ul>
|
||||
{/if}
|
||||
{if not empty($about_msgs)}
|
||||
{foreach from=$about_msgs item=elt}
|
||||
{$elt}
|
||||
{/foreach}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue