Prepend SM_PATH to $icon_theme_path since it is no longer returned by the template...
[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 *
47ccfad4 8 * @copyright &copy; 1999-2006 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
30967a1e 15/**
202bcbcc 16 * Include the SquirrelMail initialization file.
30967a1e 17 */
202bcbcc 18include('../include/init.php');
91e0dccc 19
3f92c0c7 20displayHtmlHeader($org_title .': '. _("AddressBook"), '', false, true);
5100704d 21
3f92c0c7 22$oTemplate->display('addressbook_popup.tpl');
23
24$oTemplate->display('footer.tpl');
25?>