diff --git a/day.php b/day.php
index 42866c4..943f43c 100644
--- a/day.php
+++ b/day.php
@@ -15,10 +15,7 @@ $date = strtotime(htmlspecialchars($_GET['date']));
-
diff --git a/event.php b/event.php
index 523c3d8..45ea8ec 100755
--- a/event.php
+++ b/event.php
@@ -24,10 +24,7 @@ $dtend = strtotime($event['event_dtend']);
-
-
-
-
+
diff --git a/header.php b/header.php
new file mode 100644
index 0000000..ca6c88e
--- /dev/null
+++ b/header.php
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/index.php b/index.php
index e63bc14..45c3f02 100644
--- a/index.php
+++ b/index.php
@@ -23,7 +23,7 @@ else