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 /lib/bootstrap.php | |
parent | 0b693d0d8712125d8c1cec9a8ef6891d2a691f19 (diff) |
use properly linked assembly path
Diffstat (limited to '')
-rw-r--r-- | lib/bootstrap.php | 1 |
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/', )); |