2011-03-17, 23:37:21
You can check, if the field is filled:
Code:
<?php if (returnCustomField("image")) { ?><img src="<?php getCustomField('image'); ?>" /><?php } ?>