hex2bin is introduced in PHP 5.4
[squirrelmail.git] / src / addrbook_popup.php
... / ...
CommitLineData
1<?php
2
3/**
4 * addrbook_popup.php
5 *
6 * Frameset for the JavaScript version of the address book.
7 *
8 * @copyright 1999-2012 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 * @subpackage addressbook
13 */
14
15/** This is the addrbook_popup page */
16define('PAGE_NAME', 'addrbook_popup');
17
18/**
19 * Include the SquirrelMail initialization file.
20 */
21include('../include/init.php');
22
23displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
24
25$oTemplate->display('addressbook_popup.tpl');
26
27