Hi
First of all thanks for the great script.
I want to output full image to the page - big_show.php
I know what it can be something like this:
`
In image.php:
<a href="big_show.php?(I_guess_here_must_be_some_parameters)" title="<?php echo getBareImageTitle();?>">
In big_show.php
[img]<?php printDefaultSizedImage(getImageTitle()); ?> [/img]
`
Of course it doesn't works

Because this function is unknown
`Fatal error: Call to undefined function printDefaultSizedImage()`
I'm not programmer at all, broken brain

But I have some logic.
So please help me with this

Thanks