<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de" >
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <title>MPD Player</title>
  <link rel="stylesheet" href="css/general.css" type="text/css" />
  <script type="text/javascript" src="ajax/mpd.js"></script>
</head>
<body onload="RefreshPageContent()">

<div id="frame">

	<?php include('view/player/view.php');?>

<div id="playlist">
  <?php include('view/default/tmpl/playlistmenu.php');?>
  <div id="items">
  </div>
  <?php include('view/default/tmpl/playlistmenu.php');?>
</div>

</div>

<?php
//print_r($mpd);
?>


</body>