mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
Undoing this navigation change AGAIN
This commit is contained in:
parent
c4956945c1
commit
704ba13c1f
@ -105,8 +105,7 @@
|
||||
BLOCK_L_MAX_WIDTH);
|
||||
$preferred_width_right = bounded_number(BLOCK_R_MIN_WIDTH, blocks_preferred_width($pageblocks[BLOCK_POS_RIGHT]),
|
||||
BLOCK_R_MAX_WIDTH);
|
||||
$navigation = build_navigation(array(array('name' => get_string('home'), 'link' => null, 'type' => 'misc')));
|
||||
print_header($SITE->fullname, $SITE->fullname, $navigation, '',
|
||||
print_header($SITE->fullname, $SITE->fullname, 'home', '',
|
||||
'<meta name="description" content="'. s(strip_tags($SITE->summary)) .'" />',
|
||||
true, '', user_login_string($SITE).$langmenu);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user