summaryrefslogtreecommitdiff
path: root/core/views/admin_dashboard_sidebar.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_dashboard_sidebar.html.php')
-rw-r--r--core/views/admin_dashboard_sidebar.html.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/views/admin_dashboard_sidebar.html.php b/core/views/admin_dashboard_sidebar.html.php
deleted file mode 100644
index b9bce0ef..00000000
--- a/core/views/admin_dashboard_sidebar.html.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<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() ?>