1 2 3 4 |
<?php $document = JFactory::getDocument(); unset($document->_scripts[JURI::root(true) . '/media/system/js/mootools.js']); ?> |
1 2 3 4 |
<?php $document = JFactory::getDocument(); unset($document->_scripts[JURI::root(true) . '/media/system/js/mootools.js']); ?> |