@extends('site.layout.base') @section('content') @include('site.page.block.header.objimage', array('objheader' => $header))
@if(count($press) > 0)
@for($s = $indexstart; $s < $indexend; $s++) @include('site.page.block.content.press.elenco', array('objpress' => $press[$s], 'real_time' => true)) @endfor
@include('site.page.block.pagination', array('nocenter' => true, 'base_url_pag' => url($section->path.'.html'))) @endif
@stop