mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
bugfix - printable screen was still showing header when customheader/footer was used.
This commit is contained in:
@@ -11,14 +11,16 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/print.php,v $
|
| $Source: /cvs_backup/e107_0.8/print.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-01-24 22:34:16 $
|
| $Date: 2007-02-11 18:26:54 $
|
||||||
| $Author: e107steved $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
require_once("class2.php");
|
require_once("class2.php");
|
||||||
$HEADER="";
|
$HEADER="";
|
||||||
$FOOTER="";
|
$FOOTER="";
|
||||||
|
$CUSTOMHEADER = "";
|
||||||
|
$CUSTOMFOOTER = "";
|
||||||
|
|
||||||
|
|
||||||
$qs = explode(".", e_QUERY);
|
$qs = explode(".", e_QUERY);
|
||||||
|
Reference in New Issue
Block a user