Add autohide functionality for preview pane. Thanks to Daniel Watts.
[squirrelmail.git] / plugins / preview_pane / empty_frame.php
1 <?php
2
3 /**
4 * SquirrelMail Preview Pane Plugin
5 *
6 * @copyright &copy; 1999-2007 The SquirrelMail Project Team
7 * @author Paul Lesneiwski <paul@squirrelmail.org>
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
10 * @package plugins
11 * @subpackage preview_pane
12 *
13 */
14
15
16 include_once('../../include/init.php');
17
18 global $org_title;
19 displayHtmlHeader($org_title, '', FALSE, FALSE);
20
21 $oTemplate->display('plugins/preview_pane/empty_frame.tpl');
22 $oTemplate->display('footer.tpl');
23
24