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:
8
site/themes/simple/views/templates/default.php
Executable file → Normal file
8
site/themes/simple/views/templates/default.php
Executable file → Normal 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(); ?>
|
||||
|
Reference in New Issue
Block a user