diff options
-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(); } |