X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=e10dc451f031d653cb85679a195d5ea330c3a140;hb=33991968233a93217be237585a2265d1700883b8;hp=99abf0255236c6667c50b66868673f9eabdece17;hpb=08185f2a7631c3a12cb1ac085fec3be471b56b00;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 99abf025..e10dc451 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,37 +3,41 @@ /** * addrbook_popup.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2004 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$ + * @version $Id$ + * @package squirrelmail */ -/* Path for SquirrelMail required files. */ +/** + * Path for SquirrelMail required files. + * @ignore + */ define('SM_PATH','../'); -/* SquirrelMail required files. */ +/** SquirrelMail required files. */ require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/addressbook.php'); ?> - + - - - <?php echo "$org_title: " . _("Address Book"); ?> - - - - - - + + + <?php echo "$org_title: " . _("Address Book"); ?> + + + + + +