diff options
author | flop25 <flop25@piwigo.org> | 2014-04-06 19:25:38 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-04-06 19:25:38 +0000 |
commit | 125c8dab4721e680ed529278b25ea8da249eb6f4 (patch) | |
tree | 1fa6d5da0cf735d831dc8c8ed8ebadc125eb433e | |
parent | 2fa746ff100edb9cfa4f7803cab2bfa8ca14ab7b (diff) |
2 triggers
todo update 2.6 branch and trigger list
git-svn-id: http://piwigo.org/svn/trunk@28101 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/help.php | 2 | ||||
-rw-r--r-- | include/no_photo_yet.inc.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/admin/help.php b/admin/help.php index 97d8d0514..76f235f80 100644 --- a/admin/help.php +++ b/admin/help.php @@ -46,6 +46,8 @@ $tabsheet->set_id('help'); $tabsheet->select($selected); $tabsheet->assign(); +trigger_action('loc_end_help'); + $template->set_filenames(array('help' => 'help.tpl')); $template->assign( diff --git a/include/no_photo_yet.inc.php b/include/no_photo_yet.inc.php index 608da6c9c..8b5272528 100644 --- a/include/no_photo_yet.inc.php +++ b/include/no_photo_yet.inc.php @@ -97,6 +97,8 @@ SELECT ); } + trigger_action('loc_end_no_photo_yet'); + $template->pparse('no_photo_yet'); exit(); } |