The copyright symbol isn't really needed since the word "copyright" is there. Also...
[squirrelmail.git] / plugins / preview_pane / empty_frame.php
1 <?php
2
3 /**
4 * SquirrelMail Preview Pane Plugin
5 *
6 * @copyright 1999-2009 The SquirrelMail Project Team
7 * @author Paul Lesniewski <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 include_once('../../include/init.php');
16
17 global $org_title;
18 displayHtmlHeader($org_title, '', FALSE, FALSE);
19
20 $oTemplate->display('plugins/preview_pane/empty_frame.tpl');
21 $oTemplate->display('footer.tpl');
22
23