#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

@ -126,13 +126,6 @@ class HTMLDisplayHandler
$pathInfo = pathinfo($layout_file);
$onlyLayoutFile = $pathInfo['filename'];
if($realLayoutPath === _XE_PATH_ . 'common/tpl/' && $onlyLayoutFile === 'popup_layout')
{
Context::set('admin_bar', 'false');
}
// DISABLE ADMIN BAR
Context::set('admin_bar', 'false');
if(__DEBUG__ == 3)
{
$GLOBALS['__layout_compile_elapsed__'] = getMicroTime() - $start;