summaryrefslogtreecommitdiffstats
path: root/templates/show_recently_played.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-12-07 15:03:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-12-07 15:03:33 +0000
commitc99a5d58cf8dbc365e55d375ab9b6ff3de7b4b2c (patch)
tree0f14a31ae696714125cc8098870cba707ba9b0e7 /templates/show_recently_played.inc.php
parent07f8ef395a4d4c6312ded96a039ef58e245e70b0 (diff)
downloadampache-c99a5d58cf8dbc365e55d375ab9b6ff3de7b4b2c.tar.gz
ampache-c99a5d58cf8dbc365e55d375ab9b6ff3de7b4b2c.tar.bz2
ampache-c99a5d58cf8dbc365e55d375ab9b6ff3de7b4b2c.zip
added the recently played back in
Diffstat (limited to 'templates/show_recently_played.inc.php')
-rw-r--r--templates/show_recently_played.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_recently_played.inc.php b/templates/show_recently_played.inc.php
index a638a24d..089c474e 100644
--- a/templates/show_recently_played.inc.php
+++ b/templates/show_recently_played.inc.php
@@ -21,7 +21,7 @@
/* Define the time places starting at 0 */
$time_unit = array('',_('seconds ago'),_('minutes ago'),_('hours ago'),_('days ago'),_('weeks ago'),_('months ago'),_('years ago'));
-$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('recentlyplayed') : '';
+$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('recently_played') : '';
show_box_top(_('Recently Played') . $link);
?>
<table class="tabledata" cellpadding="0" cellspacing="0">