diff options
author | flop25 <flop25@piwigo.org> | 2014-04-13 16:49:20 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-04-13 16:49:20 +0000 |
commit | d97c1394519a49f2d8d11f29e117be83a5f3979f (patch) | |
tree | def2e635571b111e3eaf2a84c15bdcdf796d026d /tools | |
parent | 76d4ccb0bb255eb90d9c040040b4a6ec0c5b3eae (diff) |
loc_end_no_photo_yet & loc_end_help added
git-svn-id: http://piwigo.org/svn/trunk@28166 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-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(), |