moodle/course/format/topics/config.php

11 lines
287 B
PHP
Raw Normal View History

2006-04-29 20:01:27 +00:00
<?php
//
// Optional course format configuration file
//
// This file contains any specific configuration settings for the
2006-04-29 20:01:27 +00:00
// format.
//
// The default blocks layout for this course format:
$format['defaultblocks'] = ':search_forums,news_items,calendar_upcoming,recent_activity';
2006-04-29 20:01:27 +00:00
//