Skip to content

Commit

Permalink
Added config files and block default directives to use with new course
Browse files Browse the repository at this point in the history
default block function.
  • Loading branch information
mchurch committed Sep 3, 2004
1 parent d9742e4 commit b18a962
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions course/format/social/config.php
@@ -0,0 +1,13 @@
<?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';
//
?>
13 changes: 13 additions & 0 deletions course/format/topics/config.php
@@ -0,0 +1,13 @@
<?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,activity_modules,search_forums,'.
'admin,course_list:news_items,calendar_upcoming,'.
'recent_activity';
//
?>
13 changes: 13 additions & 0 deletions course/format/weeks/config.php
@@ -0,0 +1,13 @@
<?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,activity_modules,search_forums,'.
'admin,course_list:news_items,calendar_upcoming,'.
'recent_activity';
//
?>

0 comments on commit b18a962

Please sign in to comment.