mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1406 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -347,14 +347,16 @@ if( !$userdata['session_logged_in'] )
|
||||
{
|
||||
$template->assign_block_vars("switch_user_logged_out", array());
|
||||
|
||||
if( $userdata['user_popup_pm'] )
|
||||
{
|
||||
$template->assign_block_vars("switch_enable_pm_popup", array());
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$template->assign_block_vars("switch_user_logged_in", array());
|
||||
|
||||
if( $userdata['user_popup_pm'] )
|
||||
{
|
||||
$template->assign_block_vars("switch_enable_pm_popup", array());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
header ("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
|
Reference in New Issue
Block a user