Drupal 7:调用“菜单块”进入 page.tpl.php
我安装了 菜单块 模块;我通过块页面的“添加菜单块”创建了一个二级菜单作为块,并将其分配给内容区域。它在页面内容的末尾显示菜单块,但我需要在页面标题之后显示菜单块。
如何将该菜单块移至页面标题下方?有没有办法将此菜单块调用到 page.tpl.php 中,以便我可以将其放置在页面标题下方?
I have the Menu block module installed; I created a second level menu as block via "add menu block" at the block page, and assigned it to the content area. It displays the menu block at the end of page content, but I need that just after the page title.
How I can I move that menu block to just below page title? Is there any way to call this menu block into page.tpl.php, so I can place it just below page title?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在主题中创建另一个区域,该区域显示在页面标题下方,并将块分配给该区域。有关 Drupal 主题设置的信息,请参阅 Drupal 主题设置指南。
You could create another region in your theme that is shown just under the page title and assign the block to that region. For information on theming Drupal, see the Drupal Theming Guide.