X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Faddrbook_popup.php;h=d85f74c178e6cabadacc0e0156c2aff18814124f;hb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;hp=23f21cf7c34c718f4658378840d3a14179249506;hpb=12ff1cab14f01a1918c7d3d40e6358c13c3833a7;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 23f21cf7..d85f74c1 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,37 +3,42 @@ /** * addrbook_popup.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2005 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 + * @subpackage addressbook */ -/* 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"); ?> + + + + + + \ No newline at end of file