aboutsummaryrefslogtreecommitdiff
path: root/room.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-03 21:53:30 +0100
committerMaZderMind2014-11-07 00:17:40 +0100
commitdb0a85ea97096af4529b0ea3b903d182144c1310 (patch)
tree7dc8cebc458175627c7dd809ec67d6c2288cc221 /room.php
parent82a054e876424cf055793ae653fbb40b6d5e58ec (diff)
experimental program view
Diffstat (limited to '')
-rw-r--r--room.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/room.php b/room.php
index 383a896..9844246 100644
--- a/room.php
+++ b/room.php
@@ -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,