diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-26 15:02:05 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-26 15:02:05 -0500 |
commit | 07253dc75c69cf585ad39a218f3f2cf97b773987 (patch) | |
tree | dcb152c85daa4d3d96fb86ac9e6798c40ffeb6cb /blocks/mini_calendar | |
parent | 512e7ab3acb0fd0463d680eb9fea286f15e4864d (diff) | |
download | bayonetcms-07253dc75c69cf585ad39a218f3f2cf97b773987.tar.gz |
commit before joe fucks shit
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@401 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'blocks/mini_calendar')
-rw-r--r-- | blocks/mini_calendar/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blocks/mini_calendar/index.php b/blocks/mini_calendar/index.php index 6516646..c67df9a 100644 --- a/blocks/mini_calendar/index.php +++ b/blocks/mini_calendar/index.php @@ -1,3 +1,5 @@ <link rel="stylesheet" type="text/css" href="blocks/mini_calendar/style.css" media="screen"/>
<?php include 'blocks/mini_calendar/functions.php'; ?>
-<?php PrintCalendar(); ?>
\ No newline at end of file +<?php PrintCalendar(); ?>
+
+<?php /*SELECT title, color, date, time FROM bayonet_events WHERE date BETWEEN [start] AND [end]*/ ?>
\ No newline at end of file |