Started laying out the bootstrap files
This commit is contained in:
parent
47c99009cb
commit
7644edb8b4
4 changed files with 12 additions and 0 deletions
0
bootstrap/modules/home.php
Normal file
0
bootstrap/modules/home.php
Normal file
12
bootstrap/public/index.php
Normal file
12
bootstrap/public/index.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
// Where dem PICKLES at?!
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles');
|
||||
|
||||
// Give'm to me!
|
||||
require_once 'pickles.php';
|
||||
|
||||
// OM NOM NOM NOM!!~!
|
||||
new Controller();
|
||||
|
||||
?>
|
0
bootstrap/templates/__shared/index.phtml
Normal file
0
bootstrap/templates/__shared/index.phtml
Normal file
0
bootstrap/templates/home.phtml
Normal file
0
bootstrap/templates/home.phtml
Normal file
Loading…
Add table
Add a link
Reference in a new issue