aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.php
diff options
context:
space:
mode:
authorMaZderMind2014-12-15 22:59:21 +0100
committerMaZderMind2014-12-15 22:59:21 +0100
commit93717623aeef7859e31aa4e1f93d2bb63f8a0499 (patch)
tree048dd0d4c287b80ecec7a37e5d36ccaaa22bc4a4 /lib/bootstrap.php
parent0b693d0d8712125d8c1cec9a8ef6891d2a691f19 (diff)
use properly linked assembly path
Diffstat (limited to '')
-rw-r--r--lib/bootstrap.php1
1 files changed, 1 insertions, 0 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/',
));