X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=9f4d867d5c721cb727e03fdca9d193f5801d86ff;hp=1800c3cf464e89c1d8ef05feee16b5bec0a35ee9;hb=ba6d2a963accba3b98fff1d9acb5f1626705d832;hpb=04fa3c41370a9af66de1f649cf2a25560d31ab56 diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 1800c3cf..9f4d867d 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,41 +3,25 @@ /** * 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-2011 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'); + /** - * Path for SquirrelMail required files. - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../'); +include('../include/init.php'); + +displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true); + +$oTemplate->display('addressbook_popup.tpl'); -/** SquirrelMail required files. */ -require_once(SM_PATH . 'include/validate.php'); -require_once(SM_PATH . 'functions/addressbook.php'); - -?> - - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - -