empty_frame.php 532 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * SquirrelMail Preview Pane Plugin
  4. *
  5. * @copyright &copy; 1999-2007 The SquirrelMail Project Team
  6. * @author Paul Lesneiwski <paul@squirrelmail.org>
  7. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  8. * @version $Id$
  9. * @package plugins
  10. * @subpackage preview_pane
  11. *
  12. */
  13. include_once('../../include/init.php');
  14. global $org_title;
  15. displayHtmlHeader($org_title, '', FALSE, FALSE);
  16. $oTemplate->display('plugins/preview_pane/empty_frame.tpl');
  17. $oTemplate->display('footer.tpl');