Reply To: Music File
Sorry for the delay.
Getting all the CSS and JS files that run the frontpage or any page can be easily seen from the web browser source code view. You can use firebug for firefox extension or use the browser built-in source code viewer.
The other PHP files will be located in /includes/featured/*
Rest will be header.php and footer.php
Edit header.php
Check required functions where it’s including files.
Thanks