aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-24 06:27:04 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-24 06:27:04 +0000
commit83508e2f18660eb68a46de17dfa3ee13a39c724a (patch)
tree349ef0991a80b1dd3ee64f96a74e2802e9cc667f /day.php
parentdd38bb9ee947c0755bba561817cd9be73232396d (diff)
downloadphpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.tar.gz
phpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.tar.bz2
phpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.zip
Footer tweeks, addition to config and lang files.
Diffstat (limited to 'day.php')
-rw-r--r--day.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/day.php b/day.php
index 4fdc00e..f740962 100644
--- a/day.php
+++ b/day.php
@@ -110,10 +110,12 @@ if (is_array($master_array[($getdate)])) {
}
if ($daysofweek_dayview == 'yes') {
?>
+
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php
+ echo '<tr><td colspan="7"><img src="images/spacer.gif" width="70" height="1" alt=""></td></tr>';
echo "<tr>";
$thisdate = $start_week_time;
$start_day = strtotime($week_start_day);
@@ -135,6 +137,7 @@ if (is_array($master_array[($getdate)])) {
echo '</tr>';
}
?>
+
<tr>
<td align="center" valign="top" colspan="3">
<table width="100%" border="0" cellspacing="0" cellpadding="0">

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