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 + 1 file changed, 1 insertion(+) (limited to 'lib/bootstrap.php') 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/', )); -- cgit v1.2.3