diff --git a/classes/display/HTMLDisplayHandler.php b/classes/display/HTMLDisplayHandler.php index 4c08e48f5..0869ced00 100644 --- a/classes/display/HTMLDisplayHandler.php +++ b/classes/display/HTMLDisplayHandler.php @@ -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; diff --git a/common/css/xe.css b/common/css/xe.css index 46460ea86..1c186ff08 100644 --- a/common/css/xe.css +++ b/common/css/xe.css @@ -150,54 +150,6 @@ body>.message { background: #333 url("../../common/img/msg.loading.gif") no-repeat center 15px; } -/* Admin Bar */ -#adminBar { - z-index: 9999; - position: fixed; - top: 0; - left: 0; - right: 0; - padding: 0; - width: 100%; - height: 28px; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; - font: 12px/28px Arial, Helvetica, sans-serif; - color: #fff; - overflow: hidden; - box-shadow: 0 0 5px #333; - background: #666; -} -#adminBar>h1 { - float: left; - margin: 0 10px 0 0; - padding: 6px 0 0 10px; - line-height: 1; - font-size: 12px; -} -#adminBar img { - vertical-align: top; -} -#adminBar>p { - margin: 0; -} -#adminBar>.admin { - float: left; -} -#adminBar>.link { - float: right; - padding: 0 10px 0 0; -} -#adminBar a { - text-decoration: none; - color: #fff; -} -#adminBar a:hover, -#adminBar a:active, -#adminBar a:focus { - text-decoration: underline; -} - /* Button */ .btnArea { clear: both; diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index 8d3a61feb..b9dcf596e 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -67,7 +67,6 @@ xe.msg_select_menu = "{$lang->msg_select_menu}"; {@$isAdminKind = true}
-