7d2a049292
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree both of which have been designed to make full use of the new navigation objects available through the $PAGE object. Bulk of this code is within lib/navigationlib.php
11 lines
290 B
PHP
Executable File
11 lines
290 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';
|
|
//
|
|
?>
|