Hi Guys,
i've created some custom menus and i'd like to place them somewhere fixed in my page.php.tpl. Any idea how that works?
Thanks in advance!
Hi Guys,
i've created some custom menus and i'd like to place them somewhere fixed in my page.php.tpl. Any idea how that works?
Thanks in advance!
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_region
variable (The name of this variable will match the text inside the square brackets that you previously added to your theme's .info file.)