Tagged Questions
1
vote
2answers
107 views
How to edit a custom region from an Omega subtheme in Drupal 7
I created a new region in my Omega subtheme called MYTHEME-MENU. I want this region to do the same thing as the normal menu region, but with adding some markup. What is the proper way of doing this (I ...
0
votes
4answers
138 views
How can menu tabs be relocated to another region?
I want to move menu tabs to occur in the main menu region instead of immediately above the content. I cannot identify a block that contains them. Is there a module, template location or a hook for ...
0
votes
1answer
306 views
How can I hide the primary menu block to certain pages using PHP?
I tried this code to hide the primary menu block from certain pages using the following code:
// Only show block from types array and nodes array
$match = FALSE;
// Which node types
$types = ...