1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00

Site Structure Updates

This commit is contained in:
Awilum
2013-03-01 22:31:54 +02:00
parent 0f39d039d0
commit 42bd547365

View File

@@ -1,33 +0,0 @@
<?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');