damienflanders
Technical User
hello,
I'm using lightbox2 and slideviewer and if you look at my website:
and go to the gallery button (for the lightbox)
and go to the graphic services (for the slideviewer)
and do a page source you will see the following:
<!--lightbox2 script-->
<script type="text/javascript" src="Templates/js/prototype.js"></script>
<script type="text/javascript" src="Templates/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="Templates/js/lightbox.js"></script>
<link rel="stylesheet" href="Templates/css/lightbox.css" type="text/css" media="screen" />
<!--lightbox2 ends-->
<!--slideviewer script-->
<script src="Templates/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="Templates/js/jquery.easing.1.2.js" type="text/javascript"></script>
<script src="Templates/js/jquery.slideviewer.1.2.js" type="text/javascript"></script>
<script type="text/javascript">
$(window).bind("load", function() {
$("div#photoretouch").slideView()
});
</script>
<!--end of slideviewer script-->
Why is it looking in the Templates folder? and how do i change that??
I put the code in the template so that it I can use the code on any page if I happen to want to put slideviewer or lightbox on any other page. but I don't understand how to NOT make it look in the Templates folder which is a subfolder and acutally shouldn't be uploaded at all anyway.
thanks
I'm using lightbox2 and slideviewer and if you look at my website:
and go to the gallery button (for the lightbox)
and go to the graphic services (for the slideviewer)
and do a page source you will see the following:
<!--lightbox2 script-->
<script type="text/javascript" src="Templates/js/prototype.js"></script>
<script type="text/javascript" src="Templates/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="Templates/js/lightbox.js"></script>
<link rel="stylesheet" href="Templates/css/lightbox.css" type="text/css" media="screen" />
<!--lightbox2 ends-->
<!--slideviewer script-->
<script src="Templates/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="Templates/js/jquery.easing.1.2.js" type="text/javascript"></script>
<script src="Templates/js/jquery.slideviewer.1.2.js" type="text/javascript"></script>
<script type="text/javascript">
$(window).bind("load", function() {
$("div#photoretouch").slideView()
});
</script>
<!--end of slideviewer script-->
Why is it looking in the Templates folder? and how do i change that??
I put the code in the template so that it I can use the code on any page if I happen to want to put slideviewer or lightbox on any other page. but I don't understand how to NOT make it look in the Templates folder which is a subfolder and acutally shouldn't be uploaded at all anyway.
thanks