'footer-schedule', 'container_class' => 'content subnav cf' ) ); $requirePath = __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARATOR; require $requirePath . 'class.SmartCurl.php'; require $requirePath . 'config.php'; require $requirePath . 'load.php'; require $requirePath . 'parse.php'; $sched_config = getSchedConfig(date('Y')); $data = loadData($sched_config); if ( preg_match('/^workshop/', $pagename) ) { $sched_config['filterEventType'] = "workshop"; } else { $sched_config['filterEventType'] = "lecture"; } $content = parseData($sched_config, $data); ?>