summaryrefslogtreecommitdiff
path: root/modules/info/helpers/info_theme.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-29 15:07:53 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-29 15:07:53 -0700
commit19cb27c9a4489c357c0e516c69ebcb218f8832c1 (patch)
tree41017d2e999e4d94adaa405334d29caebd8afa49 /modules/info/helpers/info_theme.php
parent39a40e49a19f00baeeeefe375d67e915ccc7e09a (diff)
change the block_manager api so that the theme is passed into the get method. convert info to the new sidebar block approach
Diffstat (limited to 'modules/info/helpers/info_theme.php')
-rw-r--r--modules/info/helpers/info_theme.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/info/helpers/info_theme.php b/modules/info/helpers/info_theme.php
index 4bf894ad..8b8602a1 100644
--- a/modules/info/helpers/info_theme.php
+++ b/modules/info/helpers/info_theme.php
@@ -18,16 +18,6 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class info_theme_Core {
- static function sidebar_blocks($theme) {
- if ($theme->item()) {
- $block = new Block();
- $block->css_id = "gMetadata";
- $block->title = $theme->item()->is_album() ? t("Album Info") : t("Photo Info");
- $block->content = new View("info_block.html");
- return $block;
- }
- }
-
static function thumb_info($theme, $item) {
$results = "";
if ($item->view_count) {