Set up all that basic shit

This commit is contained in:
Josh Sherman 2013-12-14 17:25:29 -05:00
parent 1b96e2c199
commit 6c9c04a85d
5 changed files with 198 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<!doctype html>
<html>
<body>
<?php require $this->template; ?>
</body>
</html>

1
templates/home.phtml Normal file
View file

@ -0,0 +1 @@
<h1>LeaderBin</h1>