aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-30 06:34:53 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-30 06:34:53 +0000
commit7db59a82f8d1d422fa798b0902e076a093b6fbcf (patch)
tree358496fe2e25a5b2a773b0776d24608ef2010281 /month.php
parent3967307df2d61bad6596ca069b0e2e4ed92de364 (diff)
downloadphpicalendar-7db59a82f8d1d422fa798b0902e076a093b6fbcf.tar.gz
phpicalendar-7db59a82f8d1d422fa798b0902e076a093b6fbcf.tar.bz2
phpicalendar-7db59a82f8d1d422fa798b0902e076a093b6fbcf.zip
month final tweeks, added month_bottom
Diffstat (limited to 'month.php')
-rw-r--r--month.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/month.php b/month.php
index 4da99f6..9dfd5f5 100644
--- a/month.php
+++ b/month.php
@@ -21,6 +21,7 @@
$display_month = strftime ($dateFormat_month, $date);
$parse_month = date ("Ym", $date);
$first_sunday = sundayOfWeek($this_year, $this_month, "1");
+ $thisday2 = strftime($dateFormat_week_list, $unix_time);
?>
@@ -185,7 +186,7 @@
</td>
</tr>
</table>
-
+<?php include "./month_bottom.php"; ?>
<br>
<?php echo "<font class=\"V9\">$powered_by_lang <a class=\"psf\" href=\"http://sourceforge.net/projects/phpicalendar/\">PHP iCalendar $version_lang</a>"; ?>

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