From 93717623aeef7859e31aa4e1f93d2bb63f8a0499 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 15 Dec 2014 22:59:21 +0100 Subject: use properly linked assembly path --- lib/bootstrap.php | 1 + template/page.phtml | 6 +++--- template/party.phtml | 4 ++-- template/room.phtml | 11 ++++++----- template/rooms.phtml | 2 +- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 297144b..63d429c 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -7,4 +7,5 @@ require_once('lib/config.php'); $tpl = new PhpTemplate('template/page.phtml'); $tpl->set(array( 'baseurl' => baseurl(), + 'assemblies' => './template/assemblies/', )); diff --git a/template/page.phtml b/template/page.phtml index c78db36..07bc7df 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -1,6 +1,6 @@ - + @@ -40,8 +40,8 @@ - + - + diff --git a/template/party.phtml b/template/party.phtml index bbbf8d7..9b22ce1 100644 --- a/template/party.phtml +++ b/template/party.phtml @@ -2,12 +2,12 @@

- +
- +
diff --git a/template/room.phtml b/template/room.phtml index 18f1407..fb917ec 100644 --- a/template/room.phtml +++ b/template/room.phtml @@ -20,7 +20,7 @@
- +
@@ -39,18 +39,19 @@
+ - + - +
- +
- +
diff --git a/template/rooms.phtml b/template/rooms.phtml index e7375ae..0a351e0 100644 --- a/template/rooms.phtml +++ b/template/rooms.phtml @@ -1,4 +1,4 @@ - +

Live-Streams

-- cgit v1.2.3