aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-10-29 09:31:06 +0000
committermistic100 <mistic@piwigo.org>2013-10-29 09:31:06 +0000
commitfc5c5d4b7cc08637eee2ca1be3baae0db5d95269 (patch)
tree1ccf6e11fd9221ec8f2cc16d9308e12ec3cd6ea7 /picture.php
parent6d73f88a51728a4e39b25f9da2e104d5ed5c4953 (diff)
add two extra param to render_element_description trigger: main_page_element_description and picture_page_element_description
git-svn-id: http://piwigo.org/svn/trunk@25202 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/picture.php b/picture.php
index 13a02b863..4c267bbac 100644
--- a/picture.php
+++ b/picture.php
@@ -808,7 +808,9 @@ if (isset($picture['current']['comment'])
$template->assign(
'COMMENT_IMG',
trigger_event('render_element_description',
- $picture['current']['comment'])
+ $picture['current']['comment'],
+ 'picture_page_element_description'
+ )
);
}