以编程方式分配 drupal 主题
我知道我们可以使用主题引擎将名为 page-name.tpl.php
的主题分配给名为 /page/ 的页面。
如何在 drupal 中以编程方式将主题分配给模板?
I know that we can assign a theme named page-name.tpl.php
to a page called /page/ with the use of the theme engine.
How can i assign a theme to a template programmatically in drupal ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许您可以使用 Sections 模块?
来自项目页面的 c/p:
Maybe you can use Sections module?
c/p from project page:
您可以使用全局
$custom_theme
变量来更改主题。http://api.drupal.org/api/ drupal/developer--globals.php/global/custom_theme/6
You can use the global
$custom_theme
variable to change the theme.http://api.drupal.org/api/drupal/developer--globals.php/global/custom_theme/6