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:
parent
876575f634
commit
40a84aca6f
19 changed files with 6637 additions and 5478 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue