Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要更改 Drupal 站点中单个页面的标题。
现在我已经设置好了,所以在 hook_preprocess_page 中我调用了 drupal_set_title()。这很好,只是它在标题中留下了站点名称。如何更改完整的标题、站点名称和所有内容?我不希望站点名称出现在这一页上。
我认为您可以通过使用更改标题
drupal_set_title(check_plain($node->title));
可能是这个模块帮你“页面标题”