1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Update theme simple according to the php template syntax guidelines

This commit is contained in:
Awilum
2018-12-15 02:28:47 +03:00
parent 361be5c326
commit dc4a10fb4a

8
site/themes/simple/views/templates/default.php Executable file → Normal file
View File

@@ -1,4 +1,4 @@
<?php namespace Flextype; ?>
<?php Themes::view('partials/head')->display(); ?>
<?= $page['content']; ?>
<?php Themes::view('partials/footer')->display(); ?>
<?php namespace Flextype; ?>
<?php Themes::view('partials/head')->display(); ?>
<?= $page['content'] ?>
<?php Themes::view('partials/footer')->display(); ?>