mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 01:54:28 +02:00
We will go with Default theme instead of Simple theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php namespace Flextype; ?>
|
||||
<?= Themes::view('partials/tail') ?>
|
||||
<?php Themes::view('partials/tail')->display() ?>
|
||||
<div class="powered">
|
||||
Powered by <a href="http://flextype.org">Flextype</a>
|
||||
</div>
|
||||
|
@@ -29,5 +29,5 @@
|
||||
<?php Event::dispatch('onThemeHeader'); ?>
|
||||
</head>
|
||||
<body>
|
||||
<?= Themes::view('partials/navigation') ?>
|
||||
<?php Themes::view('partials/navigation')->display() ?>
|
||||
<main role="main" class="container content">
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?php namespace Flextype; ?>
|
||||
<?= Themes::view('partials/head') ?>
|
||||
<?php Themes::view('partials/head')->display() ?>
|
||||
<?= $page['content'] ?>
|
||||
<?= Themes::view('partials/footer') ?>
|
||||
<?php Themes::view('partials/footer')->display() ?>
|
||||
|
Reference in New Issue
Block a user