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(
|
||||
'file' => 'general.php',
|
||||
'regions' => array(),
|
||||
'options' => array('nofooter'=>true),
|
||||
'options' => array('nofooter'=>true, 'nonavbar'=>true),
|
||||
),
|
||||
// No blocks and minimal footer - used for legacy frame layouts only!
|
||||
'frametop' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue