aboutsummaryrefslogtreecommitdiffstats
path: root/include/section_init.inc.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2007-11-29 13:08:38 +0000
committerpatdenice <patdenice@piwigo.org>2007-11-29 13:08:38 +0000
commit58fafb94d8aeae3c29b2c4d1a4614c21ab6cacdf (patch)
treea81337b9fc870c0f2c477c11b30d023b7abf33b9 /include/section_init.inc.php
parenta6026ae08929733515af628a784942c715c1eb15 (diff)
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
Diffstat (limited to 'include/section_init.inc.php')
-rw-r--r--include/section_init.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/section_init.inc.php b/include/section_init.inc.php
index 99dad6182..240beb804 100644
--- a/include/section_init.inc.php
+++ b/include/section_init.inc.php
@@ -206,7 +206,8 @@ if ('categories' == $page['section'])
'comment' =>
trigger_event(
'render_category_description',
- $page['category']['comment']
+ $page['category']['comment'],
+ 'main_page_category_description'
),
'title' =>
get_cat_display_name($page['category']['upper_names'], '', false),