From 58fafb94d8aeae3c29b2c4d1a4614c21ab6cacdf Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 29 Nov 2007 13:08:38 +0000 Subject: Merge from branch-1_7: 2174 Add second parameter for render_category_description to differentiate both triggers in category_cats.inc.php and section_init.inc.php. Add render_page_banner trigger. git-svn-id: http://piwigo.org/svn/trunk@2175 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/category_cats.inc.php') diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index ff131c007..2b3cde0d7 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -257,7 +257,8 @@ if (count($categories) > 0) 'DESCRIPTION' => trigger_event('render_category_literal_description', trigger_event('render_category_description', - @$category['comment'])), + @$category['comment'], + 'subcatify_category_description')), 'NAME' => $name, ) ); -- cgit v1.2.3