From 2e8ec79d78f0adcb40666757ecdcfa554f5349e6 Mon Sep 17 00:00:00 2001 From: flop25 Date: Tue, 25 Mar 2014 21:36:06 +0000 Subject: triggers_list.php updated git-svn-id: http://piwigo.org/svn/trunk@27953 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tools/triggers_list.php') 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 @@ -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', -- cgit v1.2.3