Warning: Undefined variable $title_url in /var/www/queensciviccongress.org/consts.php on line 3

Warning: Undefined variable $title_suffix in /var/www/queensciviccongress.org/header.php on line 14

Warning: Undefined variable $title in /var/www/queensciviccongress.org/header.php on line 15
Queens Civic Congress

Education Resources

' . $name . '

'; } } function load_resources($file) { $fp = @fopen($file, "r"); if (!$fp) { return "Cannot find resources list file; no events to list."; } $src_file = fread($fp, filesize($file)); fclose ($fp); $list = preg_split ('/\n\r/', $src_file); $resources = array(); foreach ( $list as $ref ) { $details = preg_split ('/[\r\n]+/', $ref); $resources[$details[1]] = array($details[1], $details[2], explode('/', $details[3])); } return $resources; } ?>
Fatal error: Uncaught Error: Call to undefined function load_resources() in /var/www/queensciviccongress.org/resources/list.php:30 Stack trace: #0 {main} thrown in /var/www/queensciviccongress.org/resources/list.php on line 30