dcf10978ca
* first the content of the left column * beyond the courses * at last the content of the right column It hasn't got a name to select in the language pack yet, so please selct it by [[formatpda]].
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';
|
|
//
|
|
?>
|