1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/index.php
Dan Barber 548670fd42 + Cover image filenames can now consist of variables.
+ Shuffle button added to playlist screen.
2010-01-24 18:56:09 +00:00

16 lines
373 B
PHP

<?php
/* Dans MPD Client (need a better name for it)
** Version 0.2
**
** This file is really just a stub now that brings in the code and outputs the generated interface.
*/
require("lib/global.php");
require("lib/actions.php");
require("lib/page.php");
/* output the template */
$smarty->display($_CONFIG['template'] . '/index.html');
?>