Joomla 2.5.x de siteden mooTools u kaldırmak için, şablonunuzun (template) index.php dosyasının en üstünde aşağıdaki kodu kullanabilirsiniz.

$headData = $this->getHeadData();
$headData['scripts'] = $headData['script'] = array();
$this->set('_scripts',array());
$this->set('_script',array());
$this->setHeadData($headData);