diff options
Diffstat (limited to 'templates/show_lyrics_song.inc.php')
-rw-r--r-- | templates/show_lyrics_song.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_lyrics_song.inc.php b/templates/show_lyrics_song.inc.php index 677f1517..eb99a1cf 100644 --- a/templates/show_lyrics_song.inc.php +++ b/templates/show_lyrics_song.inc.php @@ -20,7 +20,7 @@ * */ -show_box_top($song->title , 'box box_lyrics_song'); +UI::show_box_top($song->title , 'box box_lyrics_song'); /* Prepare the variables */ $title = scrub_out(UI::truncate($song->title)); @@ -63,4 +63,4 @@ $artist = scrub_out(UI::truncate($song->f_artist_full)); </div> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |