themes MDL-21862 added nonavbar to popup layout

This commit is contained in:
Andrew Davis 2010-04-19 09:01:40 +00:00
parent cdbf0f5a4c
commit f9da5ee0f6

View file

@ -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(