b18a962512
default block function.
13 lines
424 B
PHP
Executable File
13 lines
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';
|
|
//
|
|
?>
|