Files
moodle/course/format/social/config.php
T
Petr Skoda 431ac39634 MDL-26623 fix file permissions
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00

12 lines
312 B
PHP

<?php
//
// 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'] = ':search_forums,calendar_upcoming,social_activities,recent_activity,course_list';