From 2450f15799cf36e8ba872ce746659eb15102ebff Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 20 Sep 2003 21:46:17 +0000 Subject: Moved all closing html and body tags into the footer. Updated README. --- includes/footer.inc.php | 7 +++++-- includes/header.inc.php | 7 ++++++- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/footer.inc.php b/includes/footer.inc.php index 07b5038..65a46a2 100644 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -1,6 +1,6 @@
$powered_by_lang PHP iCalendar 0.9.4"; +echo "

$powered_by_lang PHP iCalendar 0.9.4"; if ($enable_rss == 'yes') { echo "
\n"; if ((isset($current_view)) && ($current_view == 'rssindex')) { @@ -9,6 +9,9 @@ if ($enable_rss == 'yes') { echo $this_site_is_lang.' RSS-Enabled'; } } -echo '
'; +echo ''; ?> + + + diff --git a/includes/header.inc.php b/includes/header.inc.php index 09ceb52..12d2943 100644 --- a/includes/header.inc.php +++ b/includes/header.inc.php @@ -1,4 +1,9 @@ - + -- cgit v1.2.3