mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 06:46:05 -04:00
If there's sidebar content, use yui-t5. If none, yui-t7.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user