summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-07 04:16:31 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-07 04:16:31 +0000
commitef968888b5476ace668fd4ca186897c855b854c3 (patch)
treeea5f89ea3918e6a6cba4371c36eb4a3374518b91 /templates
parentde10ec0e5b0db49a0687995f27e05e9b593c12c2 (diff)
downloadampache-ef968888b5476ace668fd4ca186897c855b854c3.tar.gz
ampache-ef968888b5476ace668fd4ca186897c855b854c3.tar.bz2
ampache-ef968888b5476ace668fd4ca186897c855b854c3.zip
slight tweak to remove some potential dead ends
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar_home.inc.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php
index d980075a..009cee23 100644
--- a/templates/sidebar_home.inc.php
+++ b/templates/sidebar_home.inc.php
@@ -6,9 +6,4 @@
<li id="sb_home_info_AddStationRadio"><a href="<?php echo $web_path; ?>/radio.php?action=show_create"><?php echo _('Add Radio Station'); ?></a></li>
</ul>
</li>
- <li><?php echo _('Playlists'); ?>
- <ul class="sb3" id="sb_home_playlists">
- <li id="sb_home_playlists_ViewAll"><a id="sb_ViewAll" href="<?php echo $web_path; ?>/playlist.php?action=show_all"><?php echo _('View All'); ?></a></li>
- </ul>
- </li>
</ul>