Source for file printer_friendly_main.php
Documentation is available at printer_friendly_main.php
* printer_friendly frameset
* @copyright © 1999-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: printer_friendly_main.php,v 1.29 2006/05/14 17:09:28 tokul Exp $
* Include the SquirrelMail initialization file.
include('../include/init.php');
/* get those globals into gear */
$passed_id= (int)
$passed_id;
$view_unsafe_images = (bool)
$_GET['view_unsafe_images'];
echo
'<frameset rows="60, *">' .
"\n";
echo
'<frame src="printer_friendly_top.php" name="top_frame" '
.
'scrolling="no" noresize="noresize" frameborder="0" />' .
"\n";
echo
'<frame src="printer_friendly_bottom.php?passed_ent_id='
.
'&passed_id=' .
$passed_id
.
'&view_unsafe_images='.
$view_unsafe_images
.
'&show_html_default='.
$show_html_default
.
'" name="bottom_frame" frameborder="0" />' .
"\n";
Documentation generated on Sat, 07 Oct 2006 16:13:07 +0300 by phpDocumentor 1.3.0RC6