X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=7444fdce4472b950bdb080aa4eeba5c42eea5745;hb=a571cff36ff1c340cbd2130ce9c0e2ab7ef96977;hp=99abf0255236c6667c50b66868673f9eabdece17;hpb=08185f2a7631c3a12cb1ac085fec3be471b56b00;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 99abf025..7444fdce 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,37 +3,23 @@ /** * 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'); + +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'); - -?> - +$oTemplate->display('footer.tpl'); - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - -