aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-02 06:17:55 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-02 06:17:55 +0000
commit01b111e13861069874bb3e0d8d46d885789b5fb5 (patch)
tree1dd8d4245e0283c954c5f4c4aa4657c2b79b4993 /print.php
parentbe6ba2fc065a5995af43c3c69d291f76e422e816 (diff)
downloadphpicalendar-01b111e13861069874bb3e0d8d46d885789b5fb5.tar.gz
phpicalendar-01b111e13861069874bb3e0d8d46d885789b5fb5.tar.bz2
phpicalendar-01b111e13861069874bb3e0d8d46d885789b5fb5.zip
Added header.inc.php
Diffstat (limited to 'print.php')
-rw-r--r--print.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.php b/print.php
index 97b3a29..9cd627c 100644
--- a/print.php
+++ b/print.php
@@ -47,6 +47,7 @@ if ($printview == 'day') {
<link rel="stylesheet" type="text/css" href="styles/<?php echo $style_sheet.'/default.css'; ?>">
</head>
<body bgcolor="#FFFFFF">
+<?php if ($header_always == 'yes') include ('./header.inc.php'); ?>
<center>
<table border="0" width="700" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" class="calborder">
<tr>

© 2014-2024 Faster IT GmbH | imprint | privacy policy