forked from extern/egroupware
Addressbook wasn't showing the header and navbar
This commit is contained in:
parent
165e15b76a
commit
4a985d2fae
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user