= ($item['title']) ? $item['title'] : ''; ?>*/?>
= ($item['description']) ? $item['description'] : ''; ?>
= $item['newscontent']; ?>
]]>
$r = explode(".", $item['image']);
if( is_array($r) ){
if( array_pop($r) == 'webp' ){
$mtype = "image/webp";
}else{
$mtype = "image/jpeg";
}
}
?>