From b2a3c2c9a75bcdce126df76b9ccdc84b9d72d70a Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 29 Dec 2010 14:24:28 +0000 Subject: [PATCH] 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 --- themes/default/template/about.tpl | 5 +++++ 1 file changed, 5 insertions(+) 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 @@
  • {$THEME_ABOUT}
  • {/if} + {if not empty($about_msgs)} + {foreach from=$about_msgs item=elt} + {$elt} + {/foreach} + {/if}