diff options
author | MaZderMind | 2015-03-07 17:58:07 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-14 13:46:47 +0100 |
commit | 844a7d53f2d78bafba479c0d931277246ade61de (patch) | |
tree | 7a9ab7e3ddcafa878f89deecc03c6de742fa2efa /lib/bootstrap.php | |
parent | 8bb9b119a34717782e41124030917bd86d47f754 (diff) |
Renames pages -> view
Diffstat (limited to '')
-rw-r--r-- | lib/bootstrap.php | 11 |
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/', -)); |