summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/stats.php b/stats.php
index 6bd5e077..a36e5148 100644
--- a/stats.php
+++ b/stats.php
@@ -62,6 +62,14 @@ switch ($action) {
$recommended_songs = $working_user->get_recommendations('song');
require_once(conf('prefix') . '/templates/show_user_recommendations.inc.php');
+
+ show_box_top();
+ /* Show Most Popular artist/album/songs */
+ show_all_popular();
+
+ /* Show Recent Additions */
+ show_all_recent();
+ show_box_bottom();
break;
} // end switch on action