|
From: Paul S. O. <ps...@us...> - 2001-11-21 13:02:40
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv1499/includes
Modified Files:
page_header.php
Log Message:
Added pop-up control for PM's to profile
Index: page_header.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** page_header.php 2001/11/20 02:24:41 1.67
--- page_header.php 2001/11/21 13:02:37 1.68
***************
*** 328,331 ****
--- 328,336 ----
{
$template->assign_block_vars("switch_user_logged_out", array());
+
+ if( $userdata['user_popup_pm'] )
+ {
+ $template->assign_block_vars("switch_enable_pm_popup", array());
+ }
}
else
|