mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
triggers_list.php updated
git-svn-id: http://piwigo.org/svn/trunk@27953 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -536,6 +536,13 @@ array(
|
||||
'vars' => array(),
|
||||
'files' => array('picture.php'),
|
||||
),
|
||||
array(
|
||||
'name' => 'loc_end_picture_modify',
|
||||
'type' => 'trigger_action',
|
||||
'vars' => array(),
|
||||
'files' => array('admin\picture_modify.php'),
|
||||
'infos' => 'New in 2.6.3',
|
||||
),
|
||||
array(
|
||||
'name' => 'loc_end_profile',
|
||||
'type' => 'trigger_action',
|
||||
@@ -549,6 +556,13 @@ array(
|
||||
'files' => array('include\section_init.inc.php'),
|
||||
'infos' => 'this action is called after section initilization, $page variable is fully defined',
|
||||
),
|
||||
array(
|
||||
'name' => 'loc_end_themes_installed',
|
||||
'type' => 'trigger_action',
|
||||
'vars' => array(),
|
||||
'files' => array('admin\themes_installed.php'),
|
||||
'infos' => 'New in 2.6.3',
|
||||
),
|
||||
array(
|
||||
'name' => 'loc_visible_user_list',
|
||||
'type' => 'trigger_event',
|
||||
|
||||
Reference in New Issue
Block a user