diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-02-15 16:02:33 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-02-15 16:02:33 -0600 |
commit | 7ad577a86afa379d67812ed184b7a59a32c64e9e (patch) | |
tree | d8733254bcee69057c852d904b8b4876e18e6d79 /phpBB/includes/functions.php | |
parent | cdc766c90f800af01e7d21b3d7bf3d017479cf73 (diff) | |
download | forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.gz forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.bz2 forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.xz forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.zip |
[ticket/11103] Add Notification Settings link in flyout menu
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0c514e7205..8ba7b2c24b 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5277,6 +5277,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0 'UNREAD_NOTIFICATIONS_COUNT' => ($notifications !== false) ? $notifications['unread_count'] : '', 'NOTIFICATIONS_COUNT' => ($notifications !== false) ? $user->lang('NOTIFICATIONS_COUNT', $notifications['unread_count']) : '', 'U_VIEW_ALL_NOTIFICATIONS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=ucp_notifications'), + 'U_NOTIFICATION_SETTINGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=ucp_notifications&mode=notification_options'), 'S_NOTIFICATIONS_DISPLAY' => $config['load_notifications'], 'S_USER_NEW_PRIVMSG' => $user->data['user_new_privmsg'], |