mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-32289 theme_afterburner: added lang menu to frontpage layout in config.php
This commit is contained in:
parent
58db57ad53
commit
59c0293d9e
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ $THEME->layouts = array(
|
||||||
'file' => 'default.php',
|
'file' => 'default.php',
|
||||||
'regions' => array('side-pre', 'side-post'),
|
'regions' => array('side-pre', 'side-post'),
|
||||||
'defaultregion' => 'side-post',
|
'defaultregion' => 'side-post',
|
||||||
|
'options' => array('langmenu'=>true),
|
||||||
),
|
),
|
||||||
// Server administration scripts.
|
// Server administration scripts.
|
||||||
'admin' => array(
|
'admin' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue