Skip to content

Commit

Permalink
drupalprojects#155 fix page.tpl for new radix layout based panopoly
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ouellet committed Jan 14, 2015
1 parent 18bc9f8 commit eff89f6
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 @@ -203,11 +203,13 @@
</div>
</div> <!-- /.section, /#top-content -->

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

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

0 comments on commit eff89f6

Please sign in to comment.