diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-05 06:05:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-05 06:05:18 +0000 |
commit | edf482ff3d21c84d99f25b84884563a8781fa7ae (patch) | |
tree | 5518f19975dde4b63e87ad7a1d00ec9015911d7c /templates/sidebar_home.inc.php | |
parent | d24fe88905baf183892ed9fd757e698e56309904 (diff) | |
download | ampache-edf482ff3d21c84d99f25b84884563a8781fa7ae.tar.gz ampache-edf482ff3d21c84d99f25b84884563a8781fa7ae.tar.bz2 ampache-edf482ff3d21c84d99f25b84884563a8781fa7ae.zip |
moved back to a GPL flash player for 3.4 codebase, fixed some stream issues (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation
Diffstat (limited to 'templates/sidebar_home.inc.php')
-rw-r--r-- | templates/sidebar_home.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index aae0a5c0..135b1d8a 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -2,6 +2,7 @@ <span><a href="<?php echo $web_path; ?>/index.php"><?php echo _('Currently Playing'); ?></a></span> <span><a href="<?php echo $web_path; ?>/stats.php"><?php echo _('Statistics'); ?></a></span> <hr /> +<!-- RANDOM, Hidden for now cause its broken <h4><?php echo _('Search'); ?></h4> <div id="sidebar_subsearch"> <form name="sub_search" method="post" action="<?php echo $web_path; ?>/search.php" enctype="multipart/form-data" style="Display:inline"> @@ -14,7 +15,6 @@ </form> </div> <hr /> -<!-- RANDOM, Hidden for now cause its broken <h4><?php echo _('Random'); ?></h4> <form name="sub_random" method="post" enctype="multipart/form-data" action="<?php echo $web_path; ?>/song.php?action=random&method=stream" style="Display:inline"> <select name="random" style="width:80px;"> |