Add preview pane to advanced default template. This serves as an example of how...
[squirrelmail.git] / src / addrbook_popup.php
index 54abdbaff811c9932021da84fc3dbd217dd98e9f..dc5d30ae5c87cd4e35b8472c880a02984ab609f4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Frameset for the JavaScript version of the address book.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
 include('../include/init.php');
 
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
-  "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
+displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
+
+$oTemplate->display('addressbook_popup.tpl');
+
 
-<html>
-    <head>
-        <meta name="robots" content="noindex,nofollow">
-        <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>
\ No newline at end of file