summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
commitfe077220bf08ac7ad466e6fdfe88197c6d4ed56e (patch)
tree1e8d8eab876246fc57a1e6c414fe763570690bf6 /templates/show_index.inc.php
parentadd90bc902ce762626fe72d408f42d705d3f9de7 (diff)
downloadampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.gz
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.bz2
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.zip
broke a ton of stuff, but added some hotness... yes that is an excuse
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index b3cd164f..765d89df 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -47,7 +47,8 @@ if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){
<?php show_local_catalog_info(); ?>
</div>
<div id="recent_added">
- <?php show_box_top(); ?>
- <?php show_all_recent('5'); ?>
- <?php show_box_bottom(); ?>
+ <?php
+ show_box_top();
+ show_box_bottom();
+ ?>
</div>