mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Default Theme: updates.
This commit is contained in:
34
public/themes/default/home.template.php
Normal file
34
public/themes/default/home.template.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php Chunk::get('header'); ?>
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<?php Action::run('theme_pre_content'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Main hero unit for a primary marketing message or call to action -->
|
||||
<div class="hero-unit">
|
||||
<?php echo Block::get('hero-unit'); ?>
|
||||
</div>
|
||||
|
||||
<!-- Example row of columns -->
|
||||
<div class="row">
|
||||
<?php echo Block::get('marketing'); ?>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<?php echo Site::content(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<?php Action::run('theme_post_content'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<?php Chunk::get('footer'); ?>
|
||||
|
@@ -1,16 +1,22 @@
|
||||
<?php Chunk::get('header'); ?>
|
||||
<div class="container">
|
||||
|
||||
<div>
|
||||
<?php Action::run('theme_pre_content'); ?>
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<?php Action::run('theme_pre_content'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<?php echo Site::content(); ?>
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<?php echo Site::content(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<?php Action::run('theme_post_content'); ?>
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<?php Action::run('theme_post_content'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user