Happy 2017
[squirrelmail.git] / src / addrbook_popup.php
index 7444fdce4472b950bdb080aa4eeba5c42eea5745..c942390884d19f286e4529609de145ce7e30b2fd 100644 (file)
@@ -5,13 +5,16 @@
  *
  * Frameset for the JavaScript version of the address book.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2017 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.
  */
@@ -21,5 +24,4 @@ displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
 
 $oTemplate->display('addressbook_popup.tpl');
 
-$oTemplate->display('footer.tpl');