summaryrefslogtreecommitdiffstats
path: root/templates/show_recently_played.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_recently_played.inc.php')
-rw-r--r--templates/show_recently_played.inc.php2
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(); ?>