That was it. I missed the extra bracket and the quotes. Thank YOU!
I have one last thing tripping me up.
Is there a quick fix to add the title="(getImageTitle()," to the image tag. I have it for alt="" but require it for the title?
The bespoke theme uses jquery and requires the title in the image to work.
<?php if(isLandscape()) { ?>
<?php printCustomSizedImageThumbMaxSpace(getImageTitle(),320,200,'landscapesytle',10,true); ?>
<?php } else { ?>
<?php printCustomSizedImageThumbMaxSpace(getImageTitle(),320,200,'portraitsytle',20,true); ?>
<?php } // end ?>