diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_default/views/admin.html.php | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index c94e64ee..e8c25f84 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -52,21 +52,11 @@ </div> </div> </div> + <? if ($sidebar): ?> <div id="gSidebar" class="yui-b"> - <div id="gAvailableBlocks" class="gBlock"> - <form class="gBlockContent"> - <fieldset> - <legend>Add Dashboard Blocks</legend> - <label for="">Available blocks</label> - <select name="" id=""> - <option>Somthing</option> - <option>Somthing else</option> - </select> - </fieldset> - </form> - </div> - <?= $theme->admin_sidebar_blocks() ?> + <?= $sidebar ?> </div> + <? endif ?> </div> <div id="ft"> <div id="gFooter"> |