diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:38:51 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:38:51 +0000 |
commit | e3b21f7fb022b64d8c9d92e0bcc618d7e845b085 (patch) | |
tree | 421b6e6ed12b88b41d6f51bb01cd8943e4a0c8cc /index.php | |
parent | 1be55b8fc15f9dc9e105de2bc2ef1011b49b1c8e (diff) | |
download | ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.gz ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.bz2 ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.zip |
HTML clean up
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -74,14 +74,19 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); } </td> </tr> <tr><td colspan="2"> </td></tr> + <tr> <?php +// if ($user->prefs['play_type'] == 'mpd' && !conf('localplay_menu')) { show_mpd_pl();} +// else { echo "<td> <//td>"; } + if ($user->prefs['play_type'] == 'mpd') { show_mpd_pl(); $myMpd = init_mpd(); } ?> </tr> + <tr><td colspan="2"> </td></tr> <tr> <td valign="top" align="right"> |