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 /admin/help.php | |
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
Diffstat (limited to 'admin/help.php')
-rw-r--r-- | admin/help.php | 2 |
1 files changed, 2 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( |