From 1a9880e6976d849e312729905f15cf14c286bdaf Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 29 Dec 2010 14:26:02 +0000 Subject: 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 --- themes/default/template/about.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/default/template') diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index eca44dbed..2ce658c44 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -14,5 +14,10 @@
  • {$THEME_ABOUT}
  • {/if} + {if not empty($about_msgs)} + {foreach from=$about_msgs item=elt} + {$elt} + {/foreach} + {/if} -- cgit v1.2.3