组件中的 Joomla 不包含 jdoc 中的 mootools: type=head
我的 joomla 搜索组件有问题。当我显示组件时,头部没有包含 mootools,就像在标准页面上一样。 请问在哪个文件中定义了 jhead 中渲染的内容?
I have problem with joomla's search component. When I display the component, there are no mootools included in the head, like on standard pages..
Please in which file is defined what is rendered in jhead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Joomla 1.5 中,您可以使用这行代码来包含 mootools 库:
您可以在模板的 index.php 文件(mootools 将在每个页面上加载)或搜索组件视图中使用此行。
In Joomla 1.5 you can use this line of code to include the mootools library:
You can use this line in your template's index.php file (mootools will be loaded on every page), or in the search component view.