diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-30 21:06:09 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-30 21:06:09 +0000 |
commit | 67847b12ddf89863898fc7f561532cfaf7980028 (patch) | |
tree | 9cf05ce20c0ce0911abf58ea658162f9b6cb5765 /templates/show_index.inc.php | |
parent | 7881b58d92bc5cecc8bd26bdf1d72c8ee29c5382 (diff) | |
download | ampache-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.php | 3 |
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 --> |