mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
12 lines
371 B
PHP
Executable file
12 lines
371 B
PHP
Executable file
<?php //$Id$
|
|
//
|
|
// Optional course format configuration file
|
|
//
|
|
// This file contains any specific configuration settings for the
|
|
// social format.
|
|
//
|
|
// The default blocks layout for this course format:
|
|
$format['defaultblocks'] = 'participants,social_activities,admin,course_list:'.
|
|
'news_items,recent_activity,calendar_upcoming';
|
|
|
|
?>
|