. /** * Prints the list of all workshops in the course * * @package mod_workshop * @copyright 2009 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ require(__DIR__.'/../../config.php'); // For this type of page this is the course id. $courseid = required_param('id', PARAM_INT); \core_courseformat\activityoverviewbase::redirect_to_overview_page($courseid, 'workshop');