summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-15 23:25:55 -0600
committerTim Almdal <tnalmdal@shaw.ca>2009-10-16 08:50:56 -0700
commit035ea917108aabb2e6083eec94ccd193d9337ca4 (patch)
tree11dac2b6c692c537b52e02007083625cac7ce5c7
parent35351bcd4e1fcbaf9874bc77047e4e1cac9b8f6f (diff)
Remove g-toolbar, it serves no purpose for styling or JS.
-rw-r--r--themes/night_wind/views/sidebar.html.php22
-rw-r--r--themes/wind/views/sidebar.html.php22
2 files changed, 20 insertions, 24 deletions
diff --git a/themes/night_wind/views/sidebar.html.php b/themes/night_wind/views/sidebar.html.php
index c49a7b51..151c6365 100644
--- a/themes/night_wind/views/sidebar.html.php
+++ b/themes/night_wind/views/sidebar.html.php
@@ -1,17 +1,15 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->sidebar_top() ?>
-<div class="g-toolbar">
- <div id="g-view-menu" class="g-buttonset g-clearfix">
- <? if ($page_type == "album"):?>
- <?= $theme->album_menu() ?>
- <? elseif ($page_type == "photo") : ?>
- <?= $theme->photo_menu() ?>
- <? elseif ($page_type == "movie") : ?>
- <?= $theme->movie_menu() ?>
- <? elseif ($page_type == "tag") : ?>
- <?= $theme->tag_menu() ?>
- <? endif ?>
- </div>
+<div id="g-view-menu" class="g-buttonset g-clearfix">
+ <? if ($page_type == "album"):?>
+ <?= $theme->album_menu() ?>
+ <? elseif ($page_type == "photo") : ?>
+ <?= $theme->photo_menu() ?>
+ <? elseif ($page_type == "movie") : ?>
+ <?= $theme->movie_menu() ?>
+ <? elseif ($page_type == "tag") : ?>
+ <?= $theme->tag_menu() ?>
+ <? endif ?>
</div>
<?= $theme->sidebar_blocks() ?>
diff --git a/themes/wind/views/sidebar.html.php b/themes/wind/views/sidebar.html.php
index c49a7b51..f0f29290 100644
--- a/themes/wind/views/sidebar.html.php
+++ b/themes/wind/views/sidebar.html.php
@@ -1,17 +1,15 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->sidebar_top() ?>
-<div class="g-toolbar">
- <div id="g-view-menu" class="g-buttonset g-clearfix">
- <? if ($page_type == "album"):?>
- <?= $theme->album_menu() ?>
- <? elseif ($page_type == "photo") : ?>
- <?= $theme->photo_menu() ?>
- <? elseif ($page_type == "movie") : ?>
- <?= $theme->movie_menu() ?>
- <? elseif ($page_type == "tag") : ?>
- <?= $theme->tag_menu() ?>
- <? endif ?>
- </div>
+<div id="g-view-menu" class="g-clearfix">
+ <? if ($page_type == "album"):?>
+ <?= $theme->album_menu() ?>
+ <? elseif ($page_type == "photo") : ?>
+ <?= $theme->photo_menu() ?>
+ <? elseif ($page_type == "movie") : ?>
+ <?= $theme->movie_menu() ?>
+ <? elseif ($page_type == "tag") : ?>
+ <?= $theme->tag_menu() ?>
+ <? endif ?>
</div>
<?= $theme->sidebar_blocks() ?>