diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-16 07:00:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-16 07:00:01 +0000 |
commit | 39ea881cc5ec586b70650246b7fc1471e5fcca8a (patch) | |
tree | 039078e1c44253b066efdac73c659bba7b785989 /templates/show_browse_menu.inc | |
parent | 3d1fbbfb7491bcab9d32b017d2c09dcea7b7b14f (diff) | |
download | ampache-39ea881cc5ec586b70650246b7fc1471e5fcca8a.tar.gz ampache-39ea881cc5ec586b70650246b7fc1471e5fcca8a.tar.bz2 ampache-39ea881cc5ec586b70650246b7fc1471e5fcca8a.zip |
initial placeholder stuff for genre browsing
Diffstat (limited to 'templates/show_browse_menu.inc')
-rw-r--r-- | templates/show_browse_menu.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_browse_menu.inc b/templates/show_browse_menu.inc index a36b24e7..63b7b4fb 100644 --- a/templates/show_browse_menu.inc +++ b/templates/show_browse_menu.inc @@ -32,9 +32,9 @@ $web_path = conf('web_path'); $items = array( - _("Artist") => "$web_path/browse.php?action=artist", - _("Albums") => "$web_path/browse.php?action=albums", - _("Genre") => "$web_path/browse.php?action=genre", + _("Artist") => "$web_path/artists.php", + _("Albums") => "$web_path/albums.php", + _("Genre") => "$web_path/genres.php", ); ?> |