summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-18 03:21:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-18 03:21:04 +0000
commit597643c785d0e341c5ada5d9e76d357d9b34bc4d (patch)
treec5dc6d5f7c840f94fb896969306919d7b0f31024 /index.php
parentf999eeb21c73e3f6c653994b20fc8fec89f69644 (diff)
downloadampache-597643c785d0e341c5ada5d9e76d357d9b34bc4d.tar.gz
ampache-597643c785d0e341c5ada5d9e76d357d9b34bc4d.tar.bz2
ampache-597643c785d0e341c5ada5d9e76d357d9b34bc4d.zip
tweaked random play, now uses a drop down for the type
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index 9793e8e5..084c9789 100644
--- a/index.php
+++ b/index.php
@@ -122,9 +122,7 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
<tr><td colspan="2">&nbsp;</td></tr>
<tr>
<td colspan="2" valign="top">
- <?php
- show_random_play();
- ?>
+ <?php show_template('show_random_play'); ?>
</td>
</tr>
</table>