X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=54abdbaff811c9932021da84fc3dbd217dd98e9f;hb=c8bd2d5acd59c8ab335a7c75ded5bf15bda79d4a;hp=c45976272589b13a675b5052af320fd8a5484fff;hpb=8672576304f4da444b9b1e0e4ca81505af0267ec;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index c4597627..54abdbaf 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,37 +3,38 @@ /** * addrbook_popup.php * - * Copyright (c) 1999-2002 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. * - * $Id$ + * @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. */ -define('SM_PATH','../'); +/** + * Include the SquirrelMail initialization file. + */ +include('../include/init.php'); -/* SquirrelMail required files. */ -require_once(SM_PATH . 'src/validate.php'); -require_once(SM_PATH . 'functions/addressbook.php'); - ?> - + - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - - + + + + <?php echo "$org_title: " . _("Address Book"); ?> + + + + + + \ No newline at end of file