summaryrefslogtreecommitdiff
path: root/themes/default/views/sidebar.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/views/sidebar.html.php')
-rw-r--r--themes/default/views/sidebar.html.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php
index d454804d..13bd3ce0 100644
--- a/themes/default/views/sidebar.html.php
+++ b/themes/default/views/sidebar.html.php
@@ -1,10 +1,12 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div id="gViewMenu">
-<? if ($page_type == "album"):?>
- <?= $theme->album_menu() ?>
-<? elseif ($page_type == "photo") : ?>
- <?= $theme->photo_menu() ?>
-<? endif ?>
+<div class="gToolbar">
+ <div id="gViewMenu" class="gButtonSet">
+ <? if ($page_type == "album"):?>
+ <?= $theme->album_menu() ?>
+ <? elseif ($page_type == "photo") : ?>
+ <?= $theme->photo_menu() ?>
+ <? endif ?>
+ </div>
</div>
<?= $theme->sidebar_blocks() ?>