Hi,

I'm kind of new to Drupa, so this is probably a stupid question.. but is there any way to move the block region "CONTENT INNER" to bellow the content and above the block region "CONTENT BOTTOM"?

Thanks in advance!

Comments

nomonstersinme’s picture

Status: Active » Closed (works as designed)

Sure you just have to open page.tpl.php and cut the following lines:

      <?php if($content_top): ?>
        <div id="content-top">
          <?php print $content_top; ?>
        </div>
      <?php endif; ?><!-- end content top -->

and paste them above content bottom or wherever you want