summaryrefslogtreecommitdiffstats
path: root/lib/class/genre.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
commitae70bce26c2f39da93c85a082602d58dcf13652e (patch)
tree0bf530733d44216846ad39f245bc238baf174cee /lib/class/genre.class.php
parentcb12b4a8c948d901f6851a7eae032827b423704d (diff)
downloadampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz
ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2
ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip
more updates to the theme stuff
Diffstat (limited to 'lib/class/genre.class.php')
-rw-r--r--lib/class/genre.class.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/class/genre.class.php b/lib/class/genre.class.php
index 49b21c52..5723ec7a 100644
--- a/lib/class/genre.class.php
+++ b/lib/class/genre.class.php
@@ -274,10 +274,12 @@ class Genre {
*/
function show_match_list($match) {
+ require (conf('prefix') . '/templates/show_box_top.inc.php');
show_alphabet_list('genre','browse.php',$match,'genre');
/* Detect if it's Browse, and if so don't fill it in */
if ($match == 'Browse') { $match = ''; }
- show_alphabet_form($match,_("Show Genres starting with"),"browse.php?action=genre&amp;match=$match");
+ show_alphabet_form($match,_('Show Genres starting with'),"browse.php?action=genre&amp;match=$match");
+ require (conf('prefix') . '/templates/show_box_bottom.inc.php');
} // show_match_list