diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:50:52 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:50:52 +0000 |
| commit | 1127257f638ce641f23751928c449c3121622a8d (patch) | |
| tree | 1f84154eaf0e4305fb4019e616eeee80e725a8e6 /themes/admin_default/views/sidebar.html.php | |
| parent | 20f6be62c827ab975c652f0d841cfa85d33405ed (diff) | |
Rename default_admin to admin_default.
Diffstat (limited to 'themes/admin_default/views/sidebar.html.php')
| -rw-r--r-- | themes/admin_default/views/sidebar.html.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/admin_default/views/sidebar.html.php b/themes/admin_default/views/sidebar.html.php new file mode 100644 index 00000000..d030a242 --- /dev/null +++ b/themes/admin_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() ?> |
