1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

whole bunch of last-min fixes for Alpha2 release

This commit is contained in:
Karl 'vollmerk' Vollmer 2005-08-14 23:26:35 +00:00
parent 876575f634
commit 40a84aca6f
19 changed files with 6637 additions and 5478 deletions

View file

@ -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