One can only "prepend" something before some other thing, not "append".
[squirrelmail.git] / src / addrbook_popup.php
index cd8d5359e1284e36d4d07094b5bfcb8ab81fe3e5..54abdbaff811c9932021da84fc3dbd217dd98e9f 100644 (file)
@@ -3,31 +3,27 @@
 /**
  * addrbook_popup.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Frameset for the JavaScript version of the address book.
  *
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage addressbook
  */
 
 /**
- * Path for SquirrelMail required files.
- * @ignore
+ * Include the SquirrelMail initialization file.
  */
-define('SM_PATH','../');
+include('../include/init.php');
 
-/** SquirrelMail required files. */
-require_once(SM_PATH . 'include/validate.php');
-require_once(SM_PATH . 'functions/addressbook.php');
-   
 ?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+  "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
 
 <html>
     <head>
+        <meta name="robots" content="noindex,nofollow">
         <title><?php echo "$org_title: " . _("Address Book"); ?></title>
     </head>
     <frameset rows="60,*" border="0">
@@ -41,4 +37,4 @@ require_once(SM_PATH . 'functions/addressbook.php');
                border="0"
                src="addrbook_search.php?show=blank" />
     </frameset>
-</html>
+</html>
\ No newline at end of file