diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-11 08:24:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-11 08:24:05 +0000 |
commit | 05c406e1f751ece06a7d54bc636275837f9f0169 (patch) | |
tree | 4bb73b8d560c1ad0d0ff6c14f2607251280ce79b /templates/show_recently_played.inc.php | |
parent | 689517e332c874ac09bb41398602622a1fc36af8 (diff) | |
download | ampache-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_recently_played.inc.php')
-rw-r--r-- | templates/show_recently_played.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_recently_played.inc.php b/templates/show_recently_played.inc.php index eff14df9..47c383a7 100644 --- a/templates/show_recently_played.inc.php +++ b/templates/show_recently_played.inc.php @@ -23,7 +23,6 @@ $time_unit = array('',_('seconds ago'),_('minutes ago'),_('hours ago'),_('days ago'),_('weeks ago'),_('months ago'),_('years ago')); ?> -<?php show_box_top(_('Recently Played')); ?> <table> <tr class="table-header"> <td><?php echo _('Username'); ?></td> @@ -75,4 +74,3 @@ $time_unit = array('',_('seconds ago'),_('minutes ago'),_('hours ago'),_('days a </tr> <?php } ?> </table> -<?php show_box_bottom(); ?> |