mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
themes MDL-21862 added nonavbar to popup layout
This commit is contained in:
parent
cdbf0f5a4c
commit
f9da5ee0f6
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ $THEME->layouts = array(
|
||||||
'popup' => array(
|
'popup' => array(
|
||||||
'file' => 'general.php',
|
'file' => 'general.php',
|
||||||
'regions' => array(),
|
'regions' => array(),
|
||||||
'options' => array('nofooter'=>true),
|
'options' => array('nofooter'=>true, 'nonavbar'=>true),
|
||||||
),
|
),
|
||||||
// No blocks and minimal footer - used for legacy frame layouts only!
|
// No blocks and minimal footer - used for legacy frame layouts only!
|
||||||
'frametop' => array(
|
'frametop' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue