diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-15 23:38:39 -0600 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-16 08:50:56 -0700 |
commit | ed00914baaa04af37051a02c7a1ff38ca7ce6c5c (patch) | |
tree | 5621e6be57401daeca88a704e1c9ebe6cb1155bd | |
parent | 035ea917108aabb2e6083eec94ccd193d9337ca4 (diff) |
Restored g-buttonset class to the view menu, for now.
-rw-r--r-- | themes/wind/views/sidebar.html.php | 2 |
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") : ?> |