X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Faddrbook_popup.php;h=7a9745880a63e6de17a9db70c4402cb099c2e44b;hb=b28e73038621072dea0b1e73e39c3faa206011cd;hp=c38a379aa423fe9edcb1e872cb96a1cdc5bf4018;hpb=15e6162eacc97158393bc75aed3afeb7b19c24a6;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index c38a379a..7a974588 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,33 +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 */ -require_once('../src/validate.php'); -require_once('../functions/addressbook.php'); - -?> - +/** + * Include the SquirrelMail initialization file. + */ +include('../include/init.php'); + +displayHtmlHeader($org_title .': '. _("AddressBook"), '', false, true); + +$oTemplate->display('addressbook_popup.tpl'); - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - - +$oTemplate->display('footer.tpl'); +?> \ No newline at end of file