mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
13 lines
No EOL
424 B
PHP
Executable file
13 lines
No EOL
424 B
PHP
Executable file
<?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';
|
|
//
|
|
?>
|