diff options
Diffstat (limited to 'lib')
-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/', )); |