diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2008-09-22 13:25:28 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2008-09-22 13:25:28 +0000 |
| commit | e1d1c6039b36699edc24b5c19a589dfacf5fa51b (patch) | |
| tree | 19bdc05af03a00edef0e877c0a05cd4c64cdbc64 /phpBB/index.php | |
| parent | 20f9b87f04fb2eab0eef9411918878ef9e689891 (diff) | |
| download | forums-e1d1c6039b36699edc24b5c19a589dfacf5fa51b.tar forums-e1d1c6039b36699edc24b5c19a589dfacf5fa51b.tar.gz forums-e1d1c6039b36699edc24b5c19a589dfacf5fa51b.tar.bz2 forums-e1d1c6039b36699edc24b5c19a589dfacf5fa51b.tar.xz forums-e1d1c6039b36699edc24b5c19a589dfacf5fa51b.zip | |
adding more hashes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
| -rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index e1727c2f0a..11568c2db9 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -117,7 +117,7 @@ $template->assign_vars(array( 'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'), 'S_DISPLAY_BIRTHDAY_LIST' => ($config['load_birthdays']) ? true : false, - 'U_MARK_FORUMS' => ($user->data['is_registered'] || $config['load_anon_lastread']) ? append_sid("{$phpbb_root_path}index.$phpEx", 'mark=forums') : '', + 'U_MARK_FORUMS' => ($user->data['is_registered'] || $config['load_anon_lastread']) ? append_sid("{$phpbb_root_path}index.$phpEx", 'hash=' . generate_link_hash('global') . '&mark=forums') : '', 'U_MCP' => ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main&mode=front', true, $user->session_id) : '') ); |
