mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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
This commit is contained in:
@@ -672,8 +672,8 @@ array(
|
||||
array(
|
||||
'name' => 'render_element_description',
|
||||
'type' => 'trigger_event',
|
||||
'vars' => array('string', 'element_secription'),
|
||||
'files' => array('picture.php'),
|
||||
'vars' => array('string', 'element_description', 'string', 'action'),
|
||||
'files' => array('picture.php', 'include\functions_html.inc.php (render_element_description)'),
|
||||
),
|
||||
array(
|
||||
'name' => 'render_lost_password_mail_content',
|
||||
|
||||
Reference in New Issue
Block a user