Understandable. I haven’t yet looked at a theme development tutorial. I’ve been trying to work with drupal theme development when this project was handed to me. Thanks for the link, I’ll check it out.
So I’ve been able to glean that the previous developer used a theme called ABRAX. Does anyone have any experience customizing the slider on the homepage?
What you have posted is not PHP code but JQuery.
Try this instead:
<script type="text/javascript">
$("selector").threesixty({images:[array of images], method:'click', direction:'forward', sensibility: 1});
</script>
not sure about the [array of images] thing. I would assume that needs to be replaced with a javascript array with image URLs.