| <% include_once($WWW_ROOT."/inc/sidebar_calendar.php"); %> |
|
<% include_once ($WWW_ROOT."/inc/spotlights_calendar.php");
$today = date("Ymd");
$num_entries = count($spotlight_calendar_array);
for($counter = 0; $counter < $num_entries; $counter++) {
if ( ($today <= $spotlight_calendar_array[$counter][enddate] && $today >= $spotlight_calendar_array[$counter][startdate]) || $today <= $spotlight_calendar_array[$counter][startdate] ) {
%>
|
<% echo $spotlight_calendar_array[$counter][datetext]; %>
|
<% echo $spotlight_calendar_array[$counter][body]; %>
|
<% echo $spotlight_calendar_array[$counter][place]; %>
|
<%
}
}
%>
|
|
|
<% include_once($WWW_ROOT."/inc/sidebar_right.php"); %> |