summaryrefslogtreecommitdiff
path: root/themes/default/views/sidebar.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-15 01:52:04 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-15 01:52:04 +0000
commit2842a1a8be748f6ec1024ea3a8ecc97471f70a3f (patch)
tree6ce04d0118907f4299d2d39e23aaf305b2d7f80f /themes/default/views/sidebar.html.php
parent1127257f638ce641f23751928c449c3121622a8d (diff)
Argh, fix a bad rename.
Diffstat (limited to 'themes/default/views/sidebar.html.php')
-rw-r--r--themes/default/views/sidebar.html.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php
new file mode 100644
index 00000000..d030a242
--- /dev/null
+++ b/themes/default/views/sidebar.html.php
@@ -0,0 +1,10 @@
+<? 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() ?>