I'm creating a website in Joomla and wondering if there is a way to load a specific script in a specific page using php....
e.g. i want to load a :
<script src="sample.js">
in the about us page where it is going to be use
the reason why I wanted to do this is that instead of having them all load in head section even if it is not being use in the page makes page slower...