summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-10 06:03:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-10 06:03:47 +0000
commit46ffeca144b7ef44572a5805061da246c8be5f3c (patch)
tree2b338376bb6e4a77839607131c22f20e6a59cb8d /templates/show_index.inc.php
parent0d2c89e90d7c64eba058ae375760a350d336578b (diff)
downloadampache-46ffeca144b7ef44572a5805061da246c8be5f3c.tar.gz
ampache-46ffeca144b7ef44572a5805061da246c8be5f3c.tar.bz2
ampache-46ffeca144b7ef44572a5805061da246c8be5f3c.zip
database update, cleaned up some stuff
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 4ff0055f..3e656024 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -43,22 +43,3 @@ if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){
show_box_bottom();
?>
</div>
-<div id="recent_added">
- <?php
- $objects = Stats::get_newest('album');
- $headers = array('f_link'=>_('Newest Albums'));
- show_box_top('','info-box box_newest_albums');
- require Config::get('prefix') . '/templates/show_objects.inc.php';
- show_box_bottom();
- $objects = Stats::get_newest('artist');
- $headers = array('f_name_link'=>_('Newest Artists'));
- show_box_top('','info-box box_newest_artists');
- require Config::get('prefix') . '/templates/show_objects.inc.php';
- show_box_bottom();
- $objects = Stats::get_newest('genre');
- $headers = array('f_link'=>_('Newest Genres'));
- show_box_top('','info-box box_newest_genres');
- require Config::get('prefix') . '/templates/show_objects.inc.php';
- show_box_bottom();
- ?>
-</div>