moodle/course/format/lams/config.php
2006-04-29 20:01:27 +00:00

11 lines
276 B
PHP

<?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'] = ':news_items,calendar_upcoming,recent_activity';
//
?>