diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 04:24:53 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 04:24:53 +0000 |
commit | d880c0b7e204d3b232bfc85919f80bade8c638d9 (patch) | |
tree | ea5ba4ce46c9fdadfb7aa824f861370bf962f62f | |
parent | 11fb04cddecff9d91e047dea8ad9fbb02bd5cc78 (diff) |
If there's sidebar content, use yui-t5. If none, yui-t7.
-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"> |