diff options
Diffstat (limited to 'artists.php')
-rw-r--r-- | artists.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/artists.php b/artists.php index 1f86172d..7e83c331 100644 --- a/artists.php +++ b/artists.php @@ -38,7 +38,9 @@ show_template('header'); switch($action) { case 'show': case 'Show': + show_box_top(); show_alphabet_list('artists','artists.php'); + show_box_bottom(); $artist = new Artist($_REQUEST['artist']); $artist->show_albums(); break; |