Where can I int that function?

Hello!

I am just a little confused about myself.
In the image.php there is a function called that brings up the custom image for that page:


<?php
if (function_exists('printUserSizeImage')) {
printUserSizeImage(getImageTitle());
} else {
printDefaultSizedImage(getImageTitle());
}
?>


<?php if (function_exists('printUserSizeImage')) printUserSizeSelectior(); ?>

So can someone tell me where I can find this function which brings up that picture ( I think the printUserSizeImage?) because I want to do a little change on that.
I searched the funcrions gude but I am to stupid to find the place where that function is.

Thx a lot!

Best

martin

Comments

  • acrylian Administrator, Developer
    You need to enable the plugin "viewer_size_image".
  • fretzl Administrator, Developer
    It's in this file: /zenphoto/zp-core/plugins/viewer_size_image.php
    Succes
Sign In or Register to comment.