Comunicati Stampa
if($category!=''){ echo " categoria ".$category->title; } ?>
$pagination = $latest->renderPager(array(
'nextItemLabel' => $l_next,
'previousItemLabel' => $l_prev,
'listMarkup' => "",
'itemMarkup' => "
{out}",
'linkMarkup' => "
{out}",
'currentItemClass' => "active"
));
echo $pagination;
if($latest!=''){
foreach($latest as $l){
if($l->images!=''){ $mainthumb = $l->images->first()->size(506,285)->url; }else{ $mainthumb = $config->cdn."img/photos/image-1.jpg"; }
if($l->publish_from!=''){
$dataMain = strftime("%d %B %Y",strtotime($l->publish_from));
}else{
$dataMain = strftime("%d %B %Y",$l->created);
}
$u = $users->get($l->uid);
$authorMain = $sn->getName($u);
$latestBody = $sn->trimString(strip_tags($l->body,'
'),140);
if($l->oldlink == ''){
$socialhref = "http://".$_SERVER['SERVER_NAME'].$l->url;
}else{
$socialhref = "http://".$_SERVER['SERVER_NAME'].$l->oldlink;
}
?>
} } ?>