add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / addrbook_popup.php
index 7a9745880a63e6de17a9db70c4402cb099c2e44b..90d2d2b5e0e80e9f6bc2a9907b7e4c43deaaeafe 100644 (file)
@@ -5,21 +5,23 @@
  *
  * 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
  * @subpackage addressbook
  */
 
+/** This is the addrbook_popup page */
+define('PAGE_NAME', 'addrbook_popup');
+
 /**
  * Include the SquirrelMail initialization file.
  */
 include('../include/init.php');
 
-displayHtmlHeader($org_title .': '. _("AddressBook"), '', false, true);
+displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
 
 $oTemplate->display('addressbook_popup.tpl');
 
-$oTemplate->display('footer.tpl');
-?>
\ No newline at end of file
+