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?

link|improve this question

58% accept rate
feedback

1 Answer

up vote 2 down vote accepted

In Joomla 1.5 you can use this line of code to include the mootools library:

JHTML::_('behavior.mootools');

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.