summaryrefslogtreecommitdiffstats
path: root/templates/show_stats_popular.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
commitf593f18131d6a0cbf30b558b208e86b9fc957f13 (patch)
treeaf665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /templates/show_stats_popular.inc.php
parent14019e88c5370df8251b8d9836ea5867b670af1c (diff)
downloadampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip
Commit, still no internet paying for it.. curse you free.fr
Diffstat (limited to 'templates/show_stats_popular.inc.php')
-rw-r--r--templates/show_stats_popular.inc.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/show_stats_popular.inc.php b/templates/show_stats_popular.inc.php
index 648945a9..432f971f 100644
--- a/templates/show_stats_popular.inc.php
+++ b/templates/show_stats_popular.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -33,10 +33,5 @@
require Config::get('prefix') . '/templates/show_objects.inc.php';
show_box_bottom();
- $objects = Stats::get_top('genre');
- $headers = array('f_link'=>_('Most Popular Genres'));
- show_box_top('','info-box box_popular_genres');
- require Config::get('prefix') . '/templates/show_objects.inc.php';
- show_box_bottom();
?>
</div>