aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-12-02 17:31:27 +0000
committerChad Little <clittle@users.sourceforge.net>2003-12-02 17:31:27 +0000
commitd8dc3a393e776ade02e680f64787baac9b4397f7 (patch)
tree5c3f17dd41926199304e3441a91b95944f390eef /includes
parent1ec12cdbd8a1b127c68c42b699cf757cd1187d44 (diff)
downloadphpicalendar-d8dc3a393e776ade02e680f64787baac9b4397f7.tar.gz
phpicalendar-d8dc3a393e776ade02e680f64787baac9b4397f7.tar.bz2
phpicalendar-d8dc3a393e776ade02e680f64787baac9b4397f7.zip
Corrected calname in parser to display correct calname from the file, not
the filename. Not a big issue.
Diffstat (limited to 'includes')
-rw-r--r--includes/header.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/header.inc.php b/includes/header.inc.php
index bb7f547..0eb1538 100644
--- a/includes/header.inc.php
+++ b/includes/header.inc.php
@@ -1,3 +1,5 @@
+<? if (isset($master_array['calendar_name'])) $calendar_name = $master_array['calendar_name']; ?>
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>

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