How do mootools, caption, and core.js get in the head? - Joomla! Forum - community, help and support
i wondering why of these javascript files load in head? or rather 'd know how there. looked in head.php file can't see how there.
<script src="/testsite/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/testsite/media/system/js/core.js" type="text/javascript"></script>
<script src="/testsite/media/system/js/caption.js" type="text/javascript"></script>
<script src="/testsite/media/system/js/mootools-more.js" type="text/javascript"></script>
<script type="text/javascript">
<script src="/testsite/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/testsite/media/system/js/core.js" type="text/javascript"></script>
<script src="/testsite/media/system/js/caption.js" type="text/javascript"></script>
<script src="/testsite/media/system/js/mootools-more.js" type="text/javascript"></script>
<script type="text/javascript">
they apart of joomla system, , used cms. in 3.0 ships jquery good, not sure if still has mootools or not though :s.
i don't recommend trying modify code remove yourself, can use extensions remove mootools if need to. post-processing strip out of head.
but joomla adding necessary scripts in base code.
i don't recommend trying modify code remove yourself, can use extensions remove mootools if need to. post-processing strip out of head.
but joomla adding necessary scripts in base code.
Comments
Post a Comment