Admin Bar UI added.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12178 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-12 07:00:25 +00:00
parent 65745c33b3
commit 206f49764e
5 changed files with 45 additions and 39 deletions

View file

@ -53,6 +53,8 @@ xe.cmd_find = "{$lang->cmd_find}";
</script>
</head>
<body{Context::getBodyClass()}>
{@$isAdminKind = strpos(strtolower(Context::get('act')),'admin')!==false?true:false}
<include target="../../modules/admin/tpl/admin_bar.html" cond="$logged_info->is_admin=='Y' && !$isAdminKind && Context::get('current_module_info')->module_type == 'view'" />
{Context::getBodyHeader()}
{$content}
{Context::getHtmlFooter()}