diff options
author | MaZderMind | 2014-12-15 22:59:21 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-15 22:59:21 +0100 |
commit | 93717623aeef7859e31aa4e1f93d2bb63f8a0499 (patch) | |
tree | 048dd0d4c287b80ecec7a37e5d36ccaaa22bc4a4 /template/rooms.phtml | |
parent | 0b693d0d8712125d8c1cec9a8ef6891d2a691f19 (diff) |
use properly linked assembly path
Diffstat (limited to '')
-rw-r--r-- | template/rooms.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -<? include('assemblies/banner.phtml') ?> +<? include("$assemblies/banner.phtml") ?> <div class="container-fluid rooms"> <h1>Live-Streams</h1> |