Set up all that basic shit
This commit is contained in:
parent
1b96e2c199
commit
6c9c04a85d
5 changed files with 198 additions and 0 deletions
6
templates/__shared/index.phtml
Normal file
6
templates/__shared/index.phtml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<?php require $this->template; ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue