$h = $w = $a = $t = ""; if (isset($height)) $h = "height:".$height."px; "; if (isset($width)) $w = "width:".$width."px; "; if (isset($alt)) $a = 'alt="'.$alt.'" '; if (isset($title)) $t = 'title="'.$title.'" '; return '<img src="'.WB_URL.MEDIA_DIRECTORY.$image.'" style="'.$w.$h.'" '.$a.$t.'>';