diff options
Diffstat (limited to 'password.php')
-rw-r--r-- | password.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/password.php b/password.php index 0c4ecd05e..fd3717151 100644 --- a/password.php +++ b/password.php @@ -35,6 +35,8 @@ include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php'); check_status(ACCESS_FREE); +trigger_action('loc_begin_password'); + // +-----------------------------------------------------------------------+ // | Functions | // +-----------------------------------------------------------------------+ @@ -354,6 +356,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('thePasswordPage', $themecon // +-----------------------------------------------------------------------+ include(PHPWG_ROOT_PATH.'include/page_header.php'); +trigger_action('loc_end_password'); include(PHPWG_ROOT_PATH.'include/page_messages.php'); $template->pparse('password'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); |