bring string in line with rest
[squirrelmail.git] / src / addrbook_popup.php
index b5e3ed411f356758a418f4a3639ba02071ab8010..7444fdce4472b950bdb080aa4eeba5c42eea5745 100644 (file)
@@ -3,33 +3,23 @@
 /**
  * addrbook_popup.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Frameset for the JavaScript version of the address book.
  *
- * $Id$
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage addressbook
+ */
+
+/**
+ * Include the SquirrelMail initialization file.
  */
+include('../include/init.php');
+
+displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
+
+$oTemplate->display('addressbook_popup.tpl');
 
-require_once('../src/validate.php');
-require_once('../functions/addressbook.php');
-   
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
+$oTemplate->display('footer.tpl');
 
-<HTML>
-    <HEAD>
-        <TITLE><?php echo "$org_title: " . _("Address Book"); ?></TITLE>
-    </HEAD>
-    <FRAMESET ROWS="60,*" BORDER=0>
-        <FRAME NAME="abookmain"
-               MARGINWIDTH="0"
-               SCROLLING="NO"
-               BORDER="0"
-               SRC="addrbook_search.php?show=form">
-        <FRAME NAME="abookres"
-               MARGINWIDTH="0"
-               BORDER="0"
-              SRC="addrbook_search.php?show=blank">
-    </FRAMESET>
-</HTML>