From d97c1394519a49f2d8d11f29e117be83a5f3979f Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 13 Apr 2014 16:49:20 +0000 Subject: loc_end_no_photo_yet & loc_end_help added git-svn-id: http://piwigo.org/svn/trunk@28166 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tools') 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 @@ -500,6 +500,12 @@ array( 'vars' => 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', @@ -518,6 +524,12 @@ array( 'vars' => array('array', 'tpl_thumbnails_var', 'array', 'pictures'), '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', -- cgit v1.2.3