Answer the question
In order to leave comments, you need to log in
Why is the region not displayed?
Why might the region (block) not be displayed on the site?
How to trace all the way from base to template?
# sites/all/themes/pa/templates/page.tpl.php
<?php if ($page['content_bottom']) : ?>
<div id="content-bottom" class="container">
<?php print render($page['content_bottom']) ?>
</div>
<?php endif ?>
# print_r($page)
[content_top] => Array
(
)
[content_bottom] => Array
(
)
[sidebar_first] => Array
(
)
[scroll_content] => Array
(
)
[scroll_menu] => Array
(
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question