summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
commitae70bce26c2f39da93c85a082602d58dcf13652e (patch)
tree0bf530733d44216846ad39f245bc238baf174cee /stats.php
parentcb12b4a8c948d901f6851a7eae032827b423704d (diff)
downloadampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz
ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2
ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip
more updates to the theme stuff
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/stats.php b/stats.php
index 4a6bf329..5bb87a0c 100644
--- a/stats.php
+++ b/stats.php
@@ -36,10 +36,9 @@ else {
}
show_template('header');
+$title = $working_user->fullname . ' ' . _('Favorites') . ':';
?>
-
-<span class="header1"><?php echo $working_user->fullname; ?> <?php echo _('Favorites'); ?>:</span>
-
+<?php require (conf('prefix') . '/templates/show_box_top.inc.php'); ?>
<table cellpadding="5" cellspacing="5" border="0" width="100%">
<tr>
<td valign="top">
@@ -79,4 +78,5 @@ show_template('header');
</td>
</tr>
</table>
+<?php require (conf('prefix') . '/templates/show_box_bottom.inc.php'); ?>
<?php show_footer(); ?>