1
0
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:
Paul S. Owen
2001-11-21 13:02:37 +00:00
parent 3c6e635bec
commit ac2c2c688e
6 changed files with 299 additions and 250 deletions

View File

@@ -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
{