gpt4 book ai didi

drupal - 如何覆盖首页节点tpl-drupal

转载 作者:行者123 更新时间:2023-12-04 13:20:23 27 4
gpt4 key购买 nike

如何覆盖drupal主页的node.tpl文件?我尝试了各种

   node--front.tpl.php
page--node--front.tpl.php
page--front--node.tpl.php

但它不起作用。

覆盖主页节点的文件名是什么? (我在drupal 7中工作)

最佳答案

您可以将此功能添加到主题template.php

   function customethemename_preprocess_node ( &$vars ) {

if ($vars["is_front"]) {
$vars["theme_hook_suggestions"][] = "node__front";
}
}

然后您可以分页--front.tpl.php

它将解决问题

关于drupal - 如何覆盖首页节点tpl-drupal,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12268607/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com