X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=e31ca13850450ee967ba378475a9e3e9095678d2;hb=3047e291f2982efe9501ec790faafd3da843d22d;hp=a71a4d7f720be1b1fd615fc1b56c386e0422de83;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index a71a4d7f..e31ca138 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,38 +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. * - * $Id$ + * @copyright 1999-2012 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 .': '. _("Addresses"), '', false, true); -/** Path for SquirrelMail required files. */ -define('SM_PATH','../'); +$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"); ?> - - - - - -