views:

13

answers:

1

hi,

can I group blocks in Drupal 6 ? I need to wrap two adjacent blocks in a single parent element in my page.

thanks

+1  A: 

You can use a region that has the wrapping markup you need, or you can create a theme function to do it for you. There are several other ways that you can use, as Drupal has a very flexible theming system, but there's not a setting etc. to let you do it from the UI.

googletorp
I second building a new region into the theme. That seems like what regions were made for.
Grayside

related questions