diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-05 20:59:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-05 20:59:45 +0000 |
commit | ad3d2363c4c20d6b5049c8db92d08786650bd2ae (patch) | |
tree | b72355de5d27c9560d22947efd2d43c77c3e7b9e /templates/sidebar_browse.inc.php | |
parent | aef507d64420f2c82359d5219e83e3e0671522b7 (diff) | |
download | ampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.tar.gz ampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.tar.bz2 ampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.zip |
year another bump on openstrands, removed redundent files, fixed bug with config gen and started work on playlists
Diffstat (limited to 'templates/sidebar_browse.inc.php')
-rw-r--r-- | templates/sidebar_browse.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sidebar_browse.inc.php b/templates/sidebar_browse.inc.php index 82c7902a..b7266868 100644 --- a/templates/sidebar_browse.inc.php +++ b/templates/sidebar_browse.inc.php @@ -10,6 +10,7 @@ <li id="sb_BB_Album"><a href="<?php echo $web_path; ?>/browse.php?action=album"><?php echo _('Albums'); ?></a></li> <li id="sb_BB_Artist"><a href="<?php echo $web_path; ?>/browse.php?action=artist"><?php echo _('Artist'); ?></a></li> <li id="sb_BB_Genre"><a href="<?php echo $web_path; ?>/browse.php?action=genre"><?php echo _('Genre'); ?></a></li> +<li id="sb_BB_Playlist"><a href="<?php echo $web_path; ?>/browse.php?action=playlist"><?php echo _('Playlist'); ?></a></li> <li id="sb_BB_RadioStation"><a href="<?php echo $web_path; ?>/browse.php?action=live_stream"><?php echo _('Radio Stations'); ?></a></li> </ul> <hr /> |