#1156 removed admin bar

This commit is contained in:
jhyeon1010 2015-03-23 11:21:23 +09:00
parent 80ae13a6c2
commit 712541c50c
9 changed files with 0 additions and 113 deletions

View file

@ -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');