mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-30 16:29:56 +02:00
Add Monstra from HG Commit 683dcb70c4cc
This commit is contained in:
18
public/themes/default/index.template.php
Normal file
18
public/themes/default/index.template.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php Chunk::get('header'); ?>
|
||||
<div class="container">
|
||||
|
||||
<div>
|
||||
<?php Action::run('theme_pre_content'); ?>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<?php echo Site::content(); ?>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<?php Action::run('theme_post_content'); ?>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<?php Chunk::get('footer'); ?>
|
||||
|
Reference in New Issue
Block a user