At present javascript is called in header.html of theme by default.
<?php include("$CFG->javascript"); ?>
It can be called in footer.html before </body> tag. It is recommended by yslow.
Description
At present javascript is called in header.html of theme by default.
<?php include("$CFG->javascript"); ?>
It can be called in footer.html before </body> tag. It is recommended by yslow.