【发布时间】:2012-12-04 15:29:04
【问题描述】:
我很惊讶我在网上找不到这个问题的答案。
我目前正在为我的 drupal 站点创建一个自定义标头,因此我在 .info 和一个 region--custom-header.tpl.php 文件中创建了一个 custom_header 区域。在区域内,我需要添加另一个区域。
我尝试使用 -<?php print render($page['regionname']); ?> 打印标题区域内的其他区域,但没有显示任何内容。
好习惯与否,我该怎么做?
【问题讨论】:
-
没有编码:也许你想看看Display Suite或Panels。