diff options
author | rub <rub@piwigo.org> | 2010-12-29 14:24:28 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2010-12-29 14:24:28 +0000 |
commit | b2a3c2c9a75bcdce126df76b9ccdc84b9d72d70a (patch) | |
tree | b14cd4b3948cc152473ccc7fb7903c92b9006fa4 /themes/default | |
parent | 064f8aaf2976d7292c4a841f517d1f18fa045496 (diff) |
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
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/about.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index 477bd323e..8627080c4 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -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> |