X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=90d2d2b5e0e80e9f6bc2a9907b7e4c43deaaeafe;hb=9785376ec2914ab2f8bd8005680ebd95b106e9f4;hp=024525499d1d9ec28d09763a20a4f4d967d049fb;hpb=f8a1ed5aa365d515e4e2ac3602f900bfb9447fce;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 02452549..90d2d2b5 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,43 +3,25 @@ /** * addrbook_popup.php * - * Copyright (c) 1999-2005 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-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'); + /** - * Path for SquirrelMail required files. - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../'); +include('../include/init.php'); + +displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true); -/** SquirrelMail required files. */ -require_once(SM_PATH . 'include/validate.php'); -require_once(SM_PATH . 'functions/addressbook.php'); +$oTemplate->display('addressbook_popup.tpl'); -?> - - - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - - \ No newline at end of file