X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=7a9745880a63e6de17a9db70c4402cb099c2e44b;hb=72afdcffd5f00e3b480fc991e328303e8feb3a28;hp=5d6a288ad94404cbb04a1020bfb58f6fafee4b36;hpb=5c4ff7bfc6e04337bd6bcf76743b1fbb92556233;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 5d6a288a..7a974588 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -13,32 +13,13 @@ */ /** - * Path for SquirrelMail required files. - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../'); +include('../include/init.php'); -/** SquirrelMail required files. */ -include_once(SM_PATH . 'include/validate.php'); -require_once(SM_PATH . 'functions/addressbook.php'); +displayHtmlHeader($org_title .': '. _("AddressBook"), '', false, true); -?> - +$oTemplate->display('addressbook_popup.tpl'); - - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - - \ No newline at end of file +$oTemplate->display('footer.tpl'); +?> \ No newline at end of file