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 はすべてのページに読み込まれます)、または検索コンポーネント ビューで使用できます。