From 4a985d2fae28c6fc99ab4ff5d432273e550ecc84 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 16 Nov 2000 08:10:43 +0000 Subject: [PATCH] Addressbook wasn't showing the header and navbar --- addressbook/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/addressbook/index.php b/addressbook/index.php index 008314f4c4..78be042b37 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -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 "
" . lang("Address book");