diff options
Diffstat (limited to 'room.php')
-rw-r--r-- | room.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ require_once('lib/PhpTemplate.php'); require_once('lib/helper.php'); -require_once('config.php'); +require_once('lib/config.php'); $room = $_GET['room']; $language = $_GET['language']; @@ -49,6 +49,8 @@ echo $tpl->render(array( 'room' => $room, 'roomname' => $GLOBALS['CONFIG']['ROOMS'][$room], + 'program' => program(), + 'type' => $type, 'width' => @$width, 'height' => @$height, |