diff options
author | xgizzmo <xgizzmo@ampache> | 2005-08-13 21:55:09 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-08-13 21:55:09 +0000 |
commit | be06d6de81799dd879ff878fb1babe8d80cc2fe9 (patch) | |
tree | 33d624adb0d6e86073c2d9c6d29a4566576b28ae /lib/class/genre.class.php | |
parent | c3bcd9b2bd77e642f201838bc1cb17ec56d1690f (diff) | |
download | ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.tar.gz ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.tar.bz2 ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.zip |
HTML clean up
Diffstat (limited to 'lib/class/genre.class.php')
-rw-r--r-- | lib/class/genre.class.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/class/genre.class.php b/lib/class/genre.class.php index bd6c4201..63f15531 100644 --- a/lib/class/genre.class.php +++ b/lib/class/genre.class.php @@ -71,10 +71,10 @@ class Genre { */ function format_genre() { - $this->link = "<a href=\"" . conf('web_path') . "/genre.php?action=show_genre&genre_id=" . $this->id . "\">" . $this->name . "</a>"; + $this->link = "<a href=\"" . conf('web_path') . "/genre.php?action=show_genre&genre_id=" . $this->id . "\">" . $this->name . "</a>"; - $this->play_link = conf('web_path') . "/song.php?action=genre&genre=" . $this->id; - $this->random_link = conf('web_path') . "/song.php?action=random_genre&genre=" . $this->id; + $this->play_link = conf('web_path') . "/song.php?action=genre&genre=" . $this->id; + $this->random_link = conf('web_path') . "/song.php?action=random_genre&genre=" . $this->id; } // format_genre @@ -275,7 +275,7 @@ class Genre { function show_match_list($match) { show_alphabet_list('genre','browse.php',$match,'genre'); - show_alphabet_form($match,_("Show Genres starting with"),"browse.php?action=genre&match=$match"); + show_alphabet_form($match,_("Show Genres starting with"),"browse.php?action=genre&match=$match"); } // show_match_list |