summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-11 08:24:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-11 08:24:05 +0000
commit05c406e1f751ece06a7d54bc636275837f9f0169 (patch)
tree4bb73b8d560c1ad0d0ff6c14f2607251280ce79b /templates/show_index.inc.php
parent689517e332c874ac09bb41398602622a1fc36af8 (diff)
downloadampache-05c406e1f751ece06a7d54bc636275837f9f0169.tar.gz
ampache-05c406e1f751ece06a7d54bc636275837f9f0169.tar.bz2
ampache-05c406e1f751ece06a7d54bc636275837f9f0169.zip
added in user profile, did a little work on the preferences and session, something is fishy with session and tmp_playlist stuff will look into it tomorrow
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 0afacb0e..226fbff4 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -38,7 +38,9 @@ if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){
<div id="recently_played">
<?php
$data = get_recently_played();
+ show_box_top(_('Recently Player'));
if (count($data)) { require_once Config::get('prefix') . '/templates/show_recently_played.inc.php'; }
+ show_box_bottom();
?>
</div>
<div id="catalog_info">