sorry, im no php person but am battling through.
I currently have this:
<a>" title="<?php echo getImageTitle();?>"> <?php printImageThumb(getImageTitle()); ?></a>
so i replace with something like:
<a>" title="<?php echo getImageTitle();?>"> <?php printCustomSizedImage( string $alt, int $size, [int $width = 221], [int $height = NULL], [int $cropw = NULL], [int $croph = NULL], [int $cropx = NULL], [int $cropy = NULL], [string $class = NULL], [string $id = NULL], [bool $thumbStandin = false] ); ?></a>
i just keep getting errors, not sure i have this correct??