Replace Mootools in Joomla!

Weil es manchmal nötig ist: Replace Mootools in Joomla!:

<!-- The following code goes into your template's index.php <head> tags, right before the <jdoc:include type="head" /> code block -->
<?php
// Replace Mootools in Joomla! with a compressed copy from Google AJAX Libraries API
$document =&JFactory::getDocument();
unset($document->_scripts[$this->baseurl . '/media/system/js/mootools.js']);
?>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("mootools", "1.1.2");</script>

Possibly related posts (automatically generated)