mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Admin Bar UI bugfix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12193 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
659c5bc13c
commit
0732563208
1 changed files with 1 additions and 1 deletions
|
|
@ -52,8 +52,8 @@ xe.cmd_find = "{$lang->cmd_find}";
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body{Context::getBodyClass()} style="margin-top:28px!important"|cond="$logged_info->is_admin=='Y' && !$isAdminKind && Context::get('current_module_info')->module_type == 'view'">
|
|
||||||
{@$isAdminKind = strpos(strtolower(Context::get('act')),'admin')!==false?true:false}
|
{@$isAdminKind = strpos(strtolower(Context::get('act')),'admin')!==false?true:false}
|
||||||
|
<body{Context::getBodyClass()} style="margin-top:28px!important"|cond="$logged_info->is_admin=='Y' && !$isAdminKind && Context::get('current_module_info')->module_type == 'view'">
|
||||||
<include target="../../modules/admin/tpl/admin_bar.html" cond="$logged_info->is_admin=='Y' && !$isAdminKind && Context::get('current_module_info')->module_type == 'view'" />
|
<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()}
|
{Context::getBodyHeader()}
|
||||||
{$content}
|
{$content}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue