Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthornam
    • CommentTimeJan 14th 2006 edited
     
    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.