自定义 Drupal 中搜索框的主题输出

发布于 2024-08-07 04:17:39 字数 299 浏览 3 评论 0原文

我试图更改在 page.tpl.php 文件中打印 $search_box 时输出的 HTML。我了解在 drupal 中覆盖某些内容的过程,但我不知道如何为搜索框执行此操作。

这是我发现的唯一似乎相关的信息,但我不知道如何应用它来解决我的问题: http://api.drupalecommerce.org/api/function/search_form/6-4

I am trying to change the HTML that is output when I print $search_box in my page.tpl.php file. I understand the process of overriding something in drupal but I have no idea how to do it for the search box.

This is the only bit of information that I have found that seems related but I don't known how to apply it to solving my problem: http://api.drupalecommerce.org/api/function/search_form/6-4

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

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

发布评论

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

评论(1

懷念過去 2024-08-14 04:17:39

您应该检查位于modules/search 中的search-block-form.tpl.phpsearch-theme-form.tpl.php,以及它们的预处理函数template_preprocess_search_block_form()template_preprocess_search_theme_form()

您可能还对这篇文章以及从那里链接的页面感兴趣。

You should check search-block-form.tpl.php and search-theme-form.tpl.php located in modules/search, as well as their preprocess functions template_preprocess_search_block_form() and template_preprocess_search_theme_form().

You might also be interested in this post and the pages linked from there.

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