Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
print '
<div id="picture-holder">
<a accesskey="v" href="'.plogger_get_source_picture_url().'">'.$imgtag.'</a>
</div>';
and edit it to read:print '
<div id="picture-holder">
<a accesskey="v" href="'.plogger_get_next_picture_link().'">'.$imgtag.'</a>
</div>';
.plogger_get_source_picture_url()
to.plogger_get_next_picture_link()
but it has to change to .plogger_get_next_picture_url()
otherwise some ugly functionless link appears next to bottom left corner of the picture :-)1 to 4 of 4