From 40a84aca6f6eaebc3c35656e2ec1aac64a189dc5 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 14 Aug 2005 23:26:35 +0000 Subject: whole bunch of last-min fixes for Alpha2 release --- lib/ui.lib.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/ui.lib.php') 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 -- cgit