diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-19 17:23:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-19 17:23:16 +0000 |
commit | ab630b2d71a8961e7846c2a214c4676b09c2d63e (patch) | |
tree | ce903f501eb332d95fe129c7289f989f04c5ae92 /modules | |
parent | 3b459ed033b6a23c57469faae8e3f37168ae7523 (diff) | |
download | brdo-ab630b2d71a8961e7846c2a214c4676b09c2d63e.tar.gz brdo-ab630b2d71a8961e7846c2a214c4676b09c2d63e.tar.bz2 |
- Patch #382896 by jmburnz: move and out of the content div.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/page.tpl.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index 1eda0553c..7c4fff9d6 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -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"> |