L
L
lexstile2020-02-21 22:10:58
Drupal
lexstile, 2020-02-21 22:10:58

Why is the region not displayed?

Why might the region (block) not be displayed on the site?
5e50286fe50f1920029474.png
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

1 answer(s)
A
andead, 2020-02-22
@lexstile

There are no results in views.
No rights to view views.
No rights to view the block.
No rights to view content.
The block contains the visibility settings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question