summaryrefslogtreecommitdiff
path: root/themes/admin_default/views/sidebar.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_default/views/sidebar.html.php')
-rw-r--r--themes/admin_default/views/sidebar.html.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/admin_default/views/sidebar.html.php b/themes/admin_default/views/sidebar.html.php
deleted file mode 100644
index d030a242..00000000
--- a/themes/admin_default/views/sidebar.html.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<? defined("SYSPATH") or die("No direct script access."); ?>
-<ul id="gViewMenu" class="sf-menu">
- <li><a href="#" id="gFullsizeLink" title="<?= _("View full size image") ?>"><?= _("View full size image") ?></a></li>
- <li><a href="#" id="gAlbumLink" title="<?= _("View album") ?>"><?= _("Album view") ?></a></li>
- <li><a href="#" id="gHybridLink" title="<?= _("View album in hybrid mode") ?>"><?= _("Hybrid view") ?></a></li>
- <li><?= $theme->sidebar_top() ?></li>
-</ul>
-
-<?= $theme->sidebar_blocks() ?>
-<?= $theme->sidebar_bottom() ?>