summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-30 21:06:09 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-30 21:06:09 +0000
commit67847b12ddf89863898fc7f561532cfaf7980028 (patch)
tree9cf05ce20c0ce0911abf58ea658162f9b6cb5765 /templates/show_index.inc.php
parent7881b58d92bc5cecc8bd26bdf1d72c8ee29c5382 (diff)
downloadampache-67847b12ddf89863898fc7f561532cfaf7980028.tar.gz
ampache-67847b12ddf89863898fc7f561532cfaf7980028.tar.bz2
ampache-67847b12ddf89863898fc7f561532cfaf7980028.zip
move stuff around so it makes more sense and is not messed up by the ajax refresh
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 81ffd05e..f5b2558d 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -42,10 +42,7 @@
<?php
$data = Song::get_recently_played();
Song::build_cache(array_keys($data));
- $link = Config::get('use_rss') ? ' ' . RSS::get_display('recentlyplayed') : '';
- show_box_top(_('Recently Played') . $link);
require_once Config::get('prefix') . '/templates/show_recently_played.inc.php';
- show_box_bottom();
?>
</div>
<!-- Shoutbox Objects, if shoutbox is enabled -->