I'm customizing the plogger. But i still have 1 problem on the slideshow page.
I have my big images in: -> /admingallery/images/
But when i click on the image it links to the root.
i know where the problem is in the code in the file gallery-> $output .= '<div id="picture-holder"><ahref="javascript:slides.hotlink()">'.$imgtag.'</a></div><br>';
But i dont know how i can put /admingallery/images/ behind the javascript code.