diff options
Diffstat (limited to 'templates/show_lyrics_song.inc.php')
-rw-r--r-- | templates/show_lyrics_song.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_lyrics_song.inc.php b/templates/show_lyrics_song.inc.php index 72908dea..b9af036f 100644 --- a/templates/show_lyrics_song.inc.php +++ b/templates/show_lyrics_song.inc.php @@ -26,7 +26,7 @@ * @link http://www.ampache.org/ */ -show_box_top($song->title); +show_box_top($song->title , 'box box_lyrics_song'); /* Prepare the variables */ $title = scrub_out(truncate_with_ellipsis($song->title)); |