diff options
author | flop25 <flop25@piwigo.org> | 2014-03-25 21:36:06 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-03-25 21:36:06 +0000 |
commit | 2e8ec79d78f0adcb40666757ecdcfa554f5349e6 (patch) | |
tree | d1573b12537d105c47d866da280c34e9cab6cd6e /tools/triggers_list.php | |
parent | 11d598188950c0696dc21b7198ac4b9fbe6022cd (diff) |
triggers_list.php updated
git-svn-id: http://piwigo.org/svn/trunk@27953 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/triggers_list.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index cf36a6309..dc417002d 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -537,6 +537,13 @@ 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', 'vars' => array(), @@ -550,6 +557,13 @@ array( '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', 'vars' => array('array', 'visible_user_list'), |