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
12 lines
288 B
PHP
Executable File
12 lines
288 B
PHP
Executable File
<?php //$Id$
|
|
//
|
|
// Optional course format configuration file
|
|
//
|
|
// This file contains any specific configuration settings for the
|
|
// social format.
|
|
//
|
|
// The default blocks layout for this course format:
|
|
$format['defaultblocks'] = ':news_items,recent_activity,calendar_upcoming';
|
|
|
|
?>
|