mirror of
https://github.com/moodle/moodle.git
synced 2025-02-09 01:21:57 +01:00
13 lines
419 B
PHP
Executable File
13 lines
419 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,activity_modules,search_forums,'.
|
|
'admin,course_list:news_items,calendar_upcoming,'.
|
|
'recent_activity';
|
|
//
|
|
?>
|