mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
13 lines
424 B
PHP
13 lines
424 B
PHP
|
<?php
|
||
|
//
|
||
|
// Optional course format configuration file
|
||
|
//
|
||
|
// This file contains any specific configuration settings for the
|
||
|
// format.
|
||
|
//
|
||
|
// The default blocks layout for this course format:
|
||
|
$format['defaultblocks'] = 'participants,search_forums,calendar_month,'.
|
||
|
'calendar_upcoming,social_activities,'.
|
||
|
'recent_activity,admin,course_list';
|
||
|
//
|
||
|
?>
|