Highslide Script in JoomlaHTML + Gallery
Posted: 14 Jan 2009, 23:21
Hi,
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.
Is there a chance to use highslide for my normal pictures in the articles AND for the phoca-gallery ?
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>