<? if(strpos($nicon,'http://')===false) {?>
<img src="files/image/<?=$nicon?>" width="109" height="82" border="0">
<?} else { ?>
<img src="<?=$nicon?>" width="109" height="82" border="0">
<?}?>