How can I create a custom region in my Drupal template?
Submitted by: MuhammadAdding 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
Submitted by: Muhammad
► 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
Submitted by: Muhammad
Read Online Drupal Job Interview Questions And Answers
Top Drupal Questions
| ☺ | What Is Drupal? |
| ☺ | How Does Drupal Compare to Other Open Source CMS Systems? |
| ☺ | How Does Drupal Compare to Commercial CMS Systems? |
| ☺ | What are System requirements for Drupal? |
| ☺ | Why ca not A Drupal user edit a node they created? |
Top CMS (Content Management System) Categories
| ☺ | WordPress Interview Questions. |
| ☺ | CMS Interview Questions. |
| ☺ | Joomla Interview Questions. |
| ☺ | Drupal Interview Questions. |
| ☺ | Moodle Interview Questions. |
