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.
我对 joomla 的搜索组件有疑问。当我显示组件时,head 中不包含 mootools,就像在标准页面上一样。请问在哪个文件中定义了 jhead 中呈现的内容?
在 Joomla 1.5 中,您可以使用这行代码来包含 mootools 库:
JHTML::_('behavior.mootools');
您可以在模板的 index.php 文件中使用这一行(mootools 将在每个页面上加载),或者在搜索组件视图中。