aboutsummaryrefslogtreecommitdiff
path: root/party.php
diff options
context:
space:
mode:
Diffstat (limited to 'party.php')
-rw-r--r--party.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/party.php b/party.php
index 3307f35..a095df3 100644
--- a/party.php
+++ b/party.php
@@ -1,16 +1,11 @@
<?php
-require_once('lib/PhpTemplate.php');
-require_once('lib/helper.php');
-require_once('lib/config.php');
+require_once('lib/bootstrap.php');
$room = $_GET['room'];
-
-$tpl = new PhpTemplate('template/page.phtml');
echo $tpl->render(array(
'page' => 'party',
- 'baseurl' => baseurl(),
'title' => $GLOBALS['CONFIG']['ROOMS'][$room],
'rooms' => $GLOBALS['CONFIG']['ROOMS'],