1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 06:36:52 +02:00

Theme: update default.php template

This commit is contained in:
Awilum
2018-04-27 21:30:26 +03:00
parent 3a22efad85
commit 055f134217

View File

@@ -1,3 +1,3 @@
<?php Flextype\View::factory('partials/head')->display(); ?>
<?php Flextype\Themes::template('partials/head')->display(); ?>
<?php echo $page['content']; ?>
<?php Flextype\View::factory('partials/footer')->display(); ?>
<?php Flextype\Themes::template('partials/footer')->display(); ?>