Answers

Question and Answer:

  Home  Drupal

⟩ How can I create a custom region in my Drupal template?

Adding a new region in your drupal template is not a hard thing, but its not as easy as adding a new block. It's basically a two-step process:

► define the custom region in your theme's .info file

► insert some PHP in your theme's page.tpl.php file wherever you would like the new region to appear

 158 views

More Questions for you: