<?
if($navinfor['writer']=="") {
echo '占无作者';
}
else{
echo '<span>作者:'.$navinfor[writer].'</span>';
}
?>