Skip to content

Commit 5f4b818

Browse files
committed
added content container div
1 parent 91836ea commit 5f4b818

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/frontend/layout.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
<?= $this->sitebase()->renderBlocks('post_header', $controller); ?>
2525
</div>
2626

27-
<?= $this->sitebase()->renderBlocks('pre_content', $controller); ?>
28-
<?= $this->section('content'); ?>
29-
<?= $this->sitebase()->renderBlocks('post_content', $controller); ?>
27+
<div class="content">
28+
<?= $this->sitebase()->renderBlocks('pre_content', $controller); ?>
29+
<?= $this->section('content'); ?>
30+
<?= $this->sitebase()->renderBlocks('post_content', $controller); ?>
31+
</div>
3032

3133
<div class="footer">
3234
<?= $this->sitebase()->renderBlocks('pre_footer', $controller); ?>

0 commit comments

Comments
 (0)