PHP 5.3 deprecated ereg() function (#2820952)
[squirrelmail.git] / src / addrbook_popup.php
CommitLineData
5100704d 1<?php
895905c0 2
35586184 3/**
4 * addrbook_popup.php
5 *
35586184 6 * Frameset for the JavaScript version of the address book.
7 *
d4e46166 8 * @copyright &copy; 1999-2009 The SquirrelMail Project Team
4b4abf93 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
30967a1e 10 * @version $Id$
8f6f9ba5 11 * @package squirrelmail
54cbbcc4 12 * @subpackage addressbook
35586184 13 */
5100704d 14
ebd2391c 15/** This is the addrbook_popup page */
16define('PAGE_NAME', 'addrbook_popup');
17
30967a1e 18/**
202bcbcc 19 * Include the SquirrelMail initialization file.
30967a1e 20 */
202bcbcc 21include('../include/init.php');
91e0dccc 22
99a0e2a2 23displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
5100704d 24
3f92c0c7 25$oTemplate->display('addressbook_popup.tpl');
26
99a0e2a2 27