1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 05:02:02 +02:00

bugfix - printable screen was still showing header when customheader/footer was used.

This commit is contained in:
CaMer0n 2007-02-11 18:26:54 +00:00
parent 8579c38eea
commit fd6b4b5b0e

View File

@ -11,14 +11,16 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/print.php,v $
| $Revision: 1.4 $
| $Date: 2007-01-24 22:34:16 $
| $Author: e107steved $
| $Revision: 1.5 $
| $Date: 2007-02-11 18:26:54 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
require_once("class2.php");
$HEADER="";
$FOOTER="";
$CUSTOMHEADER = "";
$CUSTOMFOOTER = "";
$qs = explode(".", e_QUERY);