port from perforce
This commit is contained in:
20
web/music.php
Normal file
20
web/music.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
include("dialog.php");
|
||||
include("menu.php");
|
||||
|
||||
$ls_Song_ = array(
|
||||
"title" => "Something",
|
||||
"url" => "music/rn_something.mp3",
|
||||
"duration" => "03:06",
|
||||
"description" => array(
|
||||
"Artist" => "raYn",
|
||||
"Released" => "2007"
|
||||
)
|
||||
);
|
||||
|
||||
MusicEntry($ls_Song_);
|
||||
|
||||
include("footer.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user