summaryrefslogtreecommitdiffstats
path: root/song.php
diff options
context:
space:
mode:
Diffstat (limited to 'song.php')
-rw-r--r--song.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/song.php b/song.php
index 55e77eb6..ed070c8f 100644
--- a/song.php
+++ b/song.php
@@ -31,6 +31,11 @@ switch ($_REQUEST['action']) {
$song->format();
$song->fill_ext_info();
require_once Config::get('prefix') . '/templates/show_song.inc.php';
+ // does user want to display lyrics?
+ $show_lyrics = Config::get('show_lyrics');
+ if($show_lyrics == 1) {
+ require_once Config::get('prefix') . '/templates/show_lyrics.inc.php';
+ }
break;
} // end data collection