diff options
-rw-r--r-- | themes/admin_default/views/admin.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index e8c25f84..d5c2733d 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -27,7 +27,11 @@ <body> <?= $theme->admin_page_top() ?> + <? if ($sidebar): ?> <div id="doc3" class="yui-t5 gView"> + <? else: ?> + <div id="doc3" class="yui-t7 gView"> + <? endif; ?> <div id="hd"> <?= $theme->site_status() ?> <div id="gHeader"> |