i just realized that when i'm insert the following code into my html of my template that the highslideeffect of the gallery isn't working any more.
Code: Select all
<link rel="stylesheet" href="/highslide/highslide.css" type="text/css" />
<script type="text/javascript" src="/highslide/highslide.js"></script>
<script type="text/javascript">
hs.graphicsDir = '/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.showCredits = false;
</script>

