How to click image and download full size?

Hello
We're talking about the image view here. When hovering over the inmage, I get the "Next Photo/Previous Photo" flash up which is good, but not quite what I would like. I'd prefer to click on the image and it prompt you to download the full version. So I found the following code in "image.php":

`


<?php if (hasPrevImage()) { ?>



<?php } if (hasNextImage()) { ?>



<?php } ?>

`

Now this is obviously the code. I could cheat and just place the code in both the next and previous sections so which ever is clicked, it will download the full size, but i'd prefer to make it work properly than a fix.

Code for full size download:
`<?php <br />
if (getImageEXIFData()) {echo "Image Info";

printImageMetadata('', false);

}

?> / " title="<?php echo getImageTitle();?>">Full Size`

Does anyone have any pointers, i'd be very grateful :)

Comments

Sign In or Register to comment.