aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/bootstrap.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
deleted file mode 100644
index 57d9174..0000000
--- a/lib/bootstrap.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-require_once('lib/PhpTemplate.php');
-require_once('lib/helper.php');
-require_once('config.php');
-
-$tpl = new PhpTemplate('template/page.phtml');
-$tpl->set(array(
- 'baseurl' => baseurl(),
- 'assemblies' => './template/assemblies/',
-));