Drupal中box.tpl和block.tpl的区别

发布于 2024-12-13 01:39:50 字数 59 浏览 0 评论 0原文

在 Drupal 中寻找 box.tpl 和 block.tpl 之间的差异。还需要使用上下文及其适当性

Looking for the Difference between box.tpl and block.tpl in Drupal. Need the context of usage and its appropriateness too

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猛虎独行 2024-12-20 01:39:50

block.tpl.php 负责主题块(您可以在 Drupal 6 中的 admin/build/block 中找到这些块)。

box.tpl.php 不用于任何特定的内容,仅用于需要位于框内的主题元素。最值得注意的是,默认情况下,它用于添加评论和搜索结果的包装。

block.tpl.php is responsible for theming blocks (those that you would find at admin/build/block in Drupal 6).

box.tpl.php is not used for anything specific, just to theme elements that need to be inside a box. Most notably by default it's used to add a wrapper around comments and search results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文