Skip to content
Snippets Groups Projects
Commit ab630b2d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #382896 by jmburnz: move and out of the content div.

parent 3b459ed0
No related branches found
No related tags found
No related merge requests found
......@@ -132,13 +132,17 @@
</div></div> <!-- /.section, /#navigation -->
<?php endif; ?>
<?php if ($breadcrumb): ?>
<div id="breadcrumb"><?php print $breadcrumb; ?></div>
<?php endif; ?>
<?php print $messages; ?>
<div id="main-wrapper"><div id="main" class="clearfix">
<div id="content" class="column"><div class="section">
<?php if ($breadcrumb): ?><div id="breadcrumb"><?php print $breadcrumb; ?></div><?php endif; ?>
<?php if ($highlight): ?><div id="highlight"><?php print $highlight; ?></div><?php endif; ?>
<?php if ($title): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
<?php print $messages; ?>
<?php if ($tabs): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
<?php print $help; ?>
<div id="content-area" class="region">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment