13 lines
371 B
PHP
Executable File
13 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';
|
|
|
|
?>
|