mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Added pop-up control for PM's to profile
git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -327,6 +327,11 @@ $template->assign_vars(array(
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user