Fix Router and finish base view system.
This commit is contained in:
7
views/base.php
Normal file
7
views/base.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php use App\Infrastructure\View as V; ?>
|
||||
|
||||
<?php V::partial( 'header' ); ?>
|
||||
|
||||
<?php V::inject( 'content'); ?>
|
||||
|
||||
<?php V::partial( 'footer' ); ?>
|
||||
Reference in New Issue
Block a user