mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
11 lines
287 B
PHP
Executable File
11 lines
287 B
PHP
Executable File
<?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'] = ':search_forums,news_items,calendar_upcoming,recent_activity';
|
|
//
|