Skip to content

Commit

Permalink
Merge pull request #174 from PraxisLabs/7.x-4.x
Browse files Browse the repository at this point in the history
#155 fix page.tpl for new radix layout based panopoly (v4 branch)
  • Loading branch information
soniktrooth committed Jun 6, 2015
2 parents 13b340e + 78f374a commit 4d353e9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions templates/core/page.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,12 @@
</div>
</div> <!-- /.section, /#top-content -->

<div id="content">
<div class="column <?php $no_panels ? print 'container' : ''; ?>">
<?php print render($page['content']); ?>
</div>
<div class="container">
<div id="content">
<div class="column <?php $no_panels ? print 'container' : ''; ?>">
<?php print render($page['content']); ?>
</div>
</div> <!-- /.container -->
</div> <!-- /.section, /#content -->

</main><!-- /#main -->
Expand Down

0 comments on commit 4d353e9

Please sign in to comment.