I’ve created some custom menus and I’d like to place them somewhere fixed inside my page.php.tpl. How would I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All “menus” have a “block” for display. You can set a block to display in a specific “region” of your theme on the Administer > Site building > Blocks page. The new menu block will be under “disabled” by default. You can move the block to the desired region and then save the blocks settings. You can also configure the block itself to restrict which user roles or pages it is displayed for.
If your theme doesn’t have a region where you want your menu block to show up, then you can add a new region to your theme (steps for Drupal 6):
regions[custom_region] = My Custom Region$custom_regionvariable (The name of this variable will match the text inside the square brackets that you previously added to your theme’s .info file.)