diff options
-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'), |