list.php 165 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <?php function _list() { $data['menu'] = 'sked'; $data['body'][] = "<h1>Schedule</h1><p>This is where the schedule goes...</p>"; View::output("", $data); } ?>