MDL-10873 If both site default and user pref are empty for studentsperpage, we assume...
[moodle-pu.git] / course / format / social / config.php
blob49720e24c9519796bf554a2f015c593885246642
1 <?php //$Id$
2 //
3 // Optional course format configuration file
4 //
5 // This file contains any specific configuration settings for the
6 // social format.
7 //
8 // The default blocks layout for this course format:
9 $format['defaultblocks'] = 'participants,search_forums,calendar_upcoming,'.
10 'social_activities,recent_activity,admin,course_list';