diff options
author | xgizzmo <xgizzmo@ampache> | 2007-08-01 03:33:40 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-08-01 03:33:40 +0000 |
commit | 67fd06887b1659569a6c2b61f2c700560bb71cd5 (patch) | |
tree | 2234814fc92ed06504865a4fd368782462564760 /templates/sidebar_home.inc.php | |
parent | f4812a7921ea60f8519d9d2593d9a667faa14ff6 (diff) | |
download | ampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.tar.gz ampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.tar.bz2 ampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.zip |
Replace references to old code with new code
Diffstat (limited to 'templates/sidebar_home.inc.php')
-rw-r--r-- | templates/sidebar_home.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 694fdc3c..24b0f0c0 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -13,6 +13,7 @@ </form> </div> <hr /> +<?php /* <!-- 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"> @@ -42,7 +43,7 @@ <input class="smallbutton" type="submit" value="<?php echo _('Enqueue'); ?>" /> </form> <hr /> ---> +--> */ ?> <h4><?php echo _('Playlists'); ?></h4> <span><a href="<?php echo $web_path; ?>/playlist.php?action=show_all"><?php echo _('View All'); ?></a></span> <hr /> |