开发者

Drupal: wrapping blocks together

开发者 https://www.devze.com 2023-01-07 17:04 出处:网络
can I group blocks in Drupal 6 ? I need to wrap two adjacent blocks in a single开发者_运维百科parent element in my page.

can I group blocks in Drupal 6 ? I need to wrap two adjacent blocks in a single 开发者_运维百科parent element in my page.

thanks


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消