summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_browse.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-02 20:02:10 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-02 20:02:10 +0000
commit9658a28b1d64a2b15d3fa69fd8146d49b4793b28 (patch)
treef1275e0880f318cb3b763a67544e1c521567df05 /templates/sidebar_browse.inc.php
parentf08575e36776ff1521ccf474219d57b2d7ce9574 (diff)
downloadampache-9658a28b1d64a2b15d3fa69fd8146d49b4793b28.tar.gz
ampache-9658a28b1d64a2b15d3fa69fd8146d49b4793b28.tar.bz2
ampache-9658a28b1d64a2b15d3fa69fd8146d49b4793b28.zip
fixed catalog clean
Diffstat (limited to 'templates/sidebar_browse.inc.php')
-rw-r--r--templates/sidebar_browse.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/sidebar_browse.inc.php b/templates/sidebar_browse.inc.php
index 5e136fb5..c808be46 100644
--- a/templates/sidebar_browse.inc.php
+++ b/templates/sidebar_browse.inc.php
@@ -5,10 +5,10 @@
$text = scrub_in($_REQUEST['action']) . '_ac';
${$text} = ' selected="selected"';
?>
-<span><a href="<?php $web_path; ?>/browse.php?action=song"><?php echo _('Song Title'); ?></a></span>
-<span><a href="<?php $web_path; ?>/browse.php?action=album"><?php echo _('Albums'); ?></a></span>
-<span><a href="<?php $web_path; ?>/browse.php?action=artist"><?php echo _('Artist'); ?></a></span>
-<span><a href="<?php $web_path; ?>/browse.php?action=genre"><?php echo _('Genre'); ?></a></span>
+<span><a href="<?php echo $web_path; ?>/browse.php?action=song"><?php echo _('Song Title'); ?></a></span>
+<span><a href="<?php echo $web_path; ?>/browse.php?action=album"><?php echo _('Albums'); ?></a></span>
+<span><a href="<?php echo $web_path; ?>/browse.php?action=artist"><?php echo _('Artist'); ?></a></span>
+<span><a href="<?php echo $web_path; ?>/browse.php?action=genre"><?php echo _('Genre'); ?></a></span>
<hr />
<h4><?php echo _('Filters'); ?></h4>
<?php show_alphabet_list($_REQUEST['alpha_match'],$_REQUEST['action']); ?>