Addressbook wasn't showing the header and navbar

This commit is contained in:
jengo 2000-11-16 08:10:43 +00:00
parent 165e15b76a
commit 4a985d2fae

View File

@ -12,9 +12,8 @@
/* $Id$ */
$phpgw_info["flags"] = array("currentapp" => "addressbook", "enable_addressbook_class" => True, "enable_nextmatchs_class" => True,
"noheader" => True, "nonavbar" => True);
$phpgw_info["flags"] = array("currentapp" => "addressbook", "enable_addressbook_class" => True,
"enable_nextmatchs_class" => True);
include("../header.inc.php");
echo "<center>" . lang("Address book");