diff --git a/addressbook/preferences.php b/addressbook/preferences.php index b8a685414d..d20035f389 100644 --- a/addressbook/preferences.php +++ b/addressbook/preferences.php @@ -11,7 +11,12 @@ /* $Id$ */ - $phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "addressbook", "enable_addressbook_class" => True); + $phpgw_info["flags"] = array("noheader" => True, + "nonavbar" => True, + "currentapp" => "addressbook", + "enable_addressbook_class" => True, + "enable_nextmatchs_class" => True); + include("../header.inc.php"); if ($submit) { @@ -91,4 +96,4 @@ \ No newline at end of file +?>