summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-30 20:59:11 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-30 20:59:11 +0000
commit7881b58d92bc5cecc8bd26bdf1d72c8ee29c5382 (patch)
tree7acab47113d2a2ea232d1e35e3f7bf0185227855 /templates/show_index.inc.php
parent728b76c5c920b259107904d2297815cb723e6d28 (diff)
downloadampache-7881b58d92bc5cecc8bd26bdf1d72c8ee29c5382.tar.gz
ampache-7881b58d92bc5cecc8bd26bdf1d72c8ee29c5382.tar.bz2
ampache-7881b58d92bc5cecc8bd26bdf1d72c8ee29c5382.zip
sync to trunk
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 497b1b3b..81ffd05e 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -42,7 +42,8 @@
<?php
$data = Song::get_recently_played();
Song::build_cache(array_keys($data));
- show_box_top(_('Recently Played'));
+ $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();
?>