Not signed in (Sign In)

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

  1.  
    from the medium size image page, how can i make the large version open in a _blank page?

    thanks
    frank
  2.  
    picture.php
    line 26

    replace: <a accesskey="v" href="'.plogger_get_source_picture_url().'">'.$imgtag.'</a>


    with: <a accesskey="v" href="'.plogger_get_source_picture_url().'" target="_blank">'.$imgtag.'</a>