diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 20:28:20 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 20:28:20 -0800 |
| commit | 967b17204b4e038fa2181473e80fcba143d30970 (patch) | |
| tree | 222fc62bbc4b062d3e30e9ecfffb37fd6222c4da /themes/night_wind/views/sidebar.html.php | |
| parent | aa1ddba15517d99e4e34d9454fe4853339b17f58 (diff) | |
Moved night_wind to contrib
Diffstat (limited to 'themes/night_wind/views/sidebar.html.php')
| -rw-r--r-- | themes/night_wind/views/sidebar.html.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/night_wind/views/sidebar.html.php b/themes/night_wind/views/sidebar.html.php deleted file mode 100644 index cd50fc01..00000000 --- a/themes/night_wind/views/sidebar.html.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<?= $theme->sidebar_top() ?> -<div id="g-view-menu" class="g-buttonset ui-helper-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() ?> -<?= $theme->sidebar_bottom() ?> |
