empty_frame.php 512 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * SquirrelMail Preview Pane Plugin
  4. *
  5. * @copyright 1999-2025 The SquirrelMail Project Team
  6. * @author Paul Lesniewski <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. include_once('../../include/init.php');
  13. global $org_title;
  14. displayHtmlHeader($org_title, '', FALSE, FALSE);
  15. $oTemplate->display('plugins/preview_pane/empty_frame.tpl');
  16. $oTemplate->display('footer.tpl');