6 * Frameset for the JavaScript version of the address book.
8 * @copyright © 1999-2007 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @package squirrelmail
12 * @subpackage addressbook
15 /** This is the addrbook_popup page */
16 define('PAGE_NAME', 'addrbook_popup');
19 * Include the SquirrelMail initialization file.
21 include('../include/init.php');
23 displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
25 $oTemplate->display('addressbook_popup.tpl');