bring string in line with rest
[squirrelmail.git] / src / addrbook_popup.php
1 <?php
2
3 /**
4 * addrbook_popup.php
5 *
6 * Frameset for the JavaScript version of the address book.
7 *
8 * @copyright &copy; 1999-2006 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 /**
16 * Include the SquirrelMail initialization file.
17 */
18 include('../include/init.php');
19
20 displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
21
22 $oTemplate->display('addressbook_popup.tpl');
23
24 $oTemplate->display('footer.tpl');
25