mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
Removing one block from social courses defaults, too overcrowded.
Fixing also line endings.
This commit is contained in:
parent
3994ef98bf
commit
71de24539a
@ -1,13 +1,12 @@
|
||||
<?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';
|
||||
//
|
||||
?>
|
||||
<?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,search_forums,calendar_upcoming,'.
|
||||
'social_activities,recent_activity,admin,course_list';
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user