diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-16 17:58:55 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-16 17:58:55 +0000 |
commit | 2f6b8a12eeb7e57f66da69e3911fe4016fc088df (patch) | |
tree | 0523ec19832b7539f63d7a2e3d0390d74789cd39 /index.php | |
parent | 40a84aca6f6eaebc3c35656e2ec1aac64a189dc5 (diff) | |
download | ampache-2f6b8a12eeb7e57f66da69e3911fe4016fc088df.tar.gz ampache-2f6b8a12eeb7e57f66da69e3911fe4016fc088df.tar.bz2 ampache-2f6b8a12eeb7e57f66da69e3911fe4016fc088df.zip |
reduced the footprint of the random play bar and added a tv style page
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -75,6 +75,11 @@ $action = scrub_in($_REQUEST['action']); ?> </td> </tr> + <tr> + <td colspan="2" valign="top"> + <?php show_random_play_bar(); ?> + </td> + </tr> <tr><td colspan="2"> </td></tr> <tr> <td colspan="2"> @@ -125,12 +130,13 @@ $action = scrub_in($_REQUEST['action']); ?> </td> </tr> - <tr><td colspan="2"> </td></tr> +<!-- <tr><td colspan="2"> </td></tr> <tr> <td colspan="2" valign="top"> <?php show_template('show_random_play'); ?> </td> </tr> +--> </table> </td> <td valign="top"> |