summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-15 23:38:39 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-15 23:38:39 -0600
commitb52b2005206928110120bb2ecfbc868abe979040 (patch)
treee09ca5c2cdad6635097c979b3ec719603d35b88a
parentc459482692d816987f5a48ba022b611eef8355be (diff)
Restored g-buttonset class to the view menu, for now.
-rw-r--r--themes/wind/views/sidebar.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/sidebar.html.php b/themes/wind/views/sidebar.html.php
index f0f29290..151c6365 100644
--- a/themes/wind/views/sidebar.html.php
+++ b/themes/wind/views/sidebar.html.php
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->sidebar_top() ?>
-<div id="g-view-menu" class="g-clearfix">
+<div id="g-view-menu" class="g-buttonset g-clearfix">
<? if ($page_type == "album"):?>
<?= $theme->album_menu() ?>
<? elseif ($page_type == "photo") : ?>