diff options
author | MaZderMind | 2014-10-01 16:42:22 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-01 16:42:22 +0200 |
commit | 7d50beb6ddce3f99de2c015d00c9528ce52577a1 (patch) | |
tree | faddb797b54e9663debc578f833427149e8dace2 /formats.php | |
parent | eb53b3a69db8395d2a40a1ec6618431d41909256 (diff) |
roomname & player
Diffstat (limited to '')
-rw-r--r-- | formats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formats.php b/formats.php index 5d66f08..df2a4c8 100644 --- a/formats.php +++ b/formats.php @@ -11,7 +11,7 @@ echo $tpl->render(array( 'page' => 'formats', 'baseurl' => baseurl(), 'title' => 'Stream-Formats', - 'subtitle' => ucfirst($room), + 'subtitle' => $GLOBALS['CONFIG']['ROOMS'][$room], 'room' => $room, 'formats' => array( |