X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=7444fdce4472b950bdb080aa4eeba5c42eea5745;hb=54ce41dd839b2675f7f212e422a227602858fdb4;hp=b5e3ed411f356758a418f4a3639ba02071ab8010;hpb=355861846a51d35efe50848869d680fd3b4a5316;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index b5e3ed41..7444fdce 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,33 +3,23 @@ /** * addrbook_popup.php * - * Copyright (c) 1999-2001 The Squirrelmail Development 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 + */ + +/** + * Include the SquirrelMail initialization file. */ +include('../include/init.php'); + +displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true); + +$oTemplate->display('addressbook_popup.tpl'); -require_once('../src/validate.php'); -require_once('../functions/addressbook.php'); - -?> - +$oTemplate->display('footer.tpl'); - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - -