mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
#1156 removed admin bar
This commit is contained in:
parent
80ae13a6c2
commit
712541c50c
9 changed files with 0 additions and 113 deletions
|
|
@ -230,7 +230,6 @@ class layoutView extends layout
|
|||
// Convert widgets and others
|
||||
$oContext = Context::getInstance();
|
||||
Context::set('layout_tpl', $layout_tpl);
|
||||
Context::set('admin_bar', 'false');
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
$this->setTemplateFile('layout_preview');
|
||||
}
|
||||
|
|
@ -372,7 +371,6 @@ class layoutView extends layout
|
|||
// Convert widgets and others
|
||||
$oContext = &Context::getInstance();
|
||||
Context::set('layout_tpl', $layout_tpl);
|
||||
Context::set('admin_bar', 'false');
|
||||
// Delete Temporary Files
|
||||
FileHandler::removeFile($edited_layout_file);
|
||||
$this->setTemplateFile('layout_preview');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue