Files
LesRecettesDePapis/views/base.php

8 lines
144 B
PHP
Raw Normal View History

<?php use App\Infrastructure\View as V; ?>
<?php V::partial( 'header' ); ?>
<?php V::inject( 'content'); ?>
<?php V::partial( 'footer' ); ?>