diff options
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 14ca11b8..4eab4cae 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -568,6 +568,10 @@ function show_all_popular() { */ function show_all_recent() { + $artists = get_newest('artist'); + $albums = get_newest('album'); + + require_once(conf('prefix') . '/templates/show_all_recent.inc.php'); } // show_all_recent |