diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-01 02:48:06 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-01 02:48:06 +0000 |
commit | a8f79bb8f4c222334fbb4d2a216260d0de44a7e3 (patch) | |
tree | 9ff0fabb84396c53ccf1462939b8d549e684c852 /lib/class/browse.class.php | |
parent | e474991d13f41a56e85b4966e156973d33833e6c (diff) | |
download | ampache-a8f79bb8f4c222334fbb4d2a216260d0de44a7e3.tar.gz ampache-a8f79bb8f4c222334fbb4d2a216260d0de44a7e3.tar.bz2 ampache-a8f79bb8f4c222334fbb4d2a216260d0de44a7e3.zip |
move add radio station link to a more obvious location
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r-- | lib/class/browse.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index 8ec924f9..e455db57 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -1141,6 +1141,7 @@ class Browse { show_box_bottom(); break; case 'live_stream': + require_once Config::get('prefix') . '/templates/show_live_stream.inc.php'; show_box_top(_('Radio Stations') . $match, $class); require_once Config::get('prefix') . '/templates/show_live_streams.inc.php'; show_box_bottom(); |