diff options
Diffstat (limited to 'tools/triggers_list.php')
-rw-r--r-- | tools/triggers_list.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index dc417002d..aae4d6a19 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -501,6 +501,12 @@ array( 'files' => array('admin\batch_manager_unit.php'), ), array( + 'name' => 'loc_end_help', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('admin\help.php'), +), +array( 'name' => 'loc_end_index', 'type' => 'trigger_action', 'vars' => array(), @@ -519,6 +525,12 @@ array( 'files' => array('include\category_default.inc.php'), ), array( + 'name' => 'loc_end_no_photo_yet', + 'type' => 'trigger_action', + 'vars' => array(), + 'files' => array('include\no_photo_yet.inc.php'), +), +array( 'name' => 'loc_end_page_header', 'type' => 'trigger_action', 'vars' => array(), |