'; echo '
'; echo '< '; echo date('F', $timestamp) . ' ' . $year; echo ' >'; echo ' | ||||||
---|---|---|---|---|---|---|
Sun | Mon | Tue | Wed | Thu | ' . 'Fri | Sat |
  | '; continue; } echo '' . $current . ' | '; $current++; } echo '
No other events scheduled
'; } mysql_free_result($result); echo ''; // link to download iCal file echo ''; $GLOBALS['TEMPLATE']['content'] = ob_get_clean(); $GLOBALS['TEMPLATE']['extra_head'] = ''; include '../templates/template-page.php'; ?>