X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=540de5d8dc2dbea912b3dfbf7a063e10c0f0b888;hp=e43bf2aec500c885c840cbb527756db5c8e28a63;hb=d8e94f0ae6733ca565035a93704d71de69b9f2e3;hpb=47ccfad452e8d345542d09e59112cac317cffed8 diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index e43bf2ae..540de5d8 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -5,40 +5,23 @@ * * Frameset for the JavaScript version of the address book. * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2009 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'); + /** - * Path for SquirrelMail required files. - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../'); +include('../include/init.php'); + +displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true); -/** SquirrelMail required files. */ -require_once(SM_PATH . 'include/validate.php'); -require_once(SM_PATH . 'functions/addressbook.php'); +$oTemplate->display('addressbook_popup.tpl'); -?> - - - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - - \ No newline at end of file