8 lines
144 B
PHP
8 lines
144 B
PHP
<?php use App\Infrastructure\View as V; ?>
|
|
|
|
<?php V::partial( 'header' ); ?>
|
|
|
|
<?php V::inject( 'content'); ?>
|
|
|
|
<?php V::partial( 'footer' ); ?>
|