setError($error_level, $error_message, $error_file, $error_line, $error_context); } } /** * Return footer error notice * * @return null */ function showFooterErrors() { $errors = PHPFusion\Errors::getInstance(); if (method_exists($errors, "showFooterErrors")) { return $errors->showFooterErrors(); } return NULL; }