Removed a few more $phpgw_flags

This commit is contained in:
jengo 2000-09-06 22:38:41 +00:00
parent 43b34b0e97
commit 4a31ad9f48

View File

@ -11,7 +11,7 @@
/* $Id$ */
$phpgw_flags = array("noheader" => True, "nonavbar" => True, "currentapp" => "notifywindow");
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "notifywindow");
include("header.inc.php");
?>
<body bgcolor="<?php echo $phpgw_info["theme"]["bg_color"]; ?>" alink="blue" vlink="blue" link="blue">