#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

@ -98,9 +98,6 @@ class documentView extends document
Context::set('mid',$module_info->mid);
Context::set('browser_title',$module_info->browser_title);
// not show admin bar
Context::set('admin_bar', 'false');
// Select Pop-up layout
$this->setLayoutPath('./common/tpl');
$this->setLayoutFile('popup_layout');