I have been asked to add the following to my Gamebox template on http://www.knighter.net :
___________________________________________
Please insert the following code-snippet at the beginning of the head tag:
- Code: Select all
<!-- START: RED BULL ATHLETE WIDGET ################################# -->
<!-- Please insert the following code-snippet at the beginning of the head tag -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="http://athletewidget.redbull.com/js/jquery.jcarousel.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://athletewidget.redbull.com/css/overlay.css" />
<link rel="stylesheet" type="text/css" href="http://athletewidget.redbull.com/css/overlaySkins/skin-.css" />
<script type="text/javascript">var jq161 = jQuery.noConflict();</script>
<!-- END: RED BULL ATHLETE WIDGET ################################### -->
Please insert the following code-snippet immediately after the body tag:
- Code: Select all
<!-- START: RED BULL ATHLETE WIDGET / Part 2 ######################## -->
<!-- Please insert the following code-snippet at the beginning of the body tag -->
<?php echo file_get_contents("http://athletewidget.redbull.com/index/get-html-text/id/106"); ?><!-- END: RED BULL ATHLETE WIDGET #################################### -->
_______________________________________________
Can anyone tell me which file to edit to get this to work?
Thanks in advance..