未调用 menu_block 的 Drupal 主题函数

发布于 2024-10-20 02:33:30 字数 259 浏览 1 评论 0原文

我正在将 menu_block 与 D7 一起使用。我阅读了自述文件(或:http://drupal.org/node/748022),但是当我定义我的 template.php 中的函数 kw_menu_item_link__menu_block__6() ,它没有被调用。

有人知道为什么吗?

更新:清除缓存并不能解决问题。

I am using menu_block with D7. I read the readme (or: http://drupal.org/node/748022) but when I define a function kw_menu_item_link__menu_block__6() in my template.php, it is not being called.

Does anyone have an idea why?

Update: clearing the cache does not solve the problem.

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

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

发布评论

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

评论(1

横笛休吹塞上声 2024-10-27 02:33:30

如果是新的template.php文件,请尝试清除主题缓存,以强制主题系统阅读新文件。

更新:尝试使用主题开发模块来仔细检查您是否有函数命名正确。

If it's a new template.php file, try clearing the theme cache, to force the theme system read the new file.

Update: Try using the Theme Developer module to double check that you have the function named correctly.

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