Any idea why this code would not be added to the gallery pages even though it is in every single headinclude template for my forum styles?
Code:
<script type="text/javascript" src="http://pcapex.com/forums/highslide/highslide.js"></script>
<script type="text/javascript">
// remove the registerOverlay call to disable the controlbar
hs.registerOverlay(
{
thumbnailId: null,
overlayId: 'controlbar2',
position: 'bottom left',
hideOnMouseOut: true,
opacity: 0.75
}
);
hs.graphicsDir = '/highslide/graphics/';
hs.outlineType = 'rounded-white';
window.onload = function() {
hs.preloadImages(5);
}
</script>
<link rel="stylesheet" href="http://pcapex.com/forums/highslide/highslide.css" type="text/css" media="screen" />