SF Patch #3391547 - Option for minmal mode
This commit is contained in:
committed by
Deon George
parent
56830f1fa4
commit
d8ab7fc2f0
@@ -375,6 +375,15 @@ class page {
|
||||
'TREE'=>true,
|
||||
'FOOT'=>true
|
||||
);
|
||||
|
||||
if ($_SESSION[APPCONFIG]->getValue('appearance','minimalMode')) {
|
||||
$display = array(
|
||||
'HEAD'=>false,
|
||||
'CONTROL'=>false,
|
||||
'TREE'=>true,
|
||||
'FOOT'=>false
|
||||
);
|
||||
}
|
||||
|
||||
$display = array_merge($display,$filter);
|
||||
|
||||
|
Reference in New Issue
Block a user