summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-20 01:56:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-20 01:56:42 +0000
commit649c44446a2368ac004ffa5778704f7213cf54ad (patch)
treeba7ff7c8cdfd75f78ada744d51b7cc04ac452900 /templates/show_index.inc.php
parentc796c8be3803cf7e49b39a2d3fbb9f85f7e7667c (diff)
downloadampache-649c44446a2368ac004ffa5778704f7213cf54ad.tar.gz
ampache-649c44446a2368ac004ffa5778704f7213cf54ad.tar.bz2
ampache-649c44446a2368ac004ffa5778704f7213cf54ad.zip
more sorting fixes, and move catalog stats to statistics
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 6bcfcfd5..86a99bbd 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -43,9 +43,6 @@ if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){
show_box_bottom();
?>
</div>
-<div id="catalog_info">
- <?php show_local_catalog_info(); ?>
-</div>
<div id="recent_added">
<?php
$objects = Stats::get_newest('album');