@extends('site.layout.base') @section('content') @if(!empty($header)) @php $header->parent = $section->parent; if(trim($header->title) == '') $header->title = $section->title; @endphp @include('site.page.block.header.objimage', array('objheader' => $header, 'social_share_header' => true)) @else @include('site.page.block.header.image', array( 'title' => $detail->title, 'title_class' => 'center', 'didascalia' => '', 'didascalia_class' => 'center mt', 'over_box_class' => 'full', 'custom_header_class' => 'small', 'social_share' => true )) @endif @include('site.page.block.breadcrumbs')
@include('site.page.block.content.dettaglio.blocks') @include('site.page.block.content.dettaglio.faq') @include('site.page.block.content.dettaglio.recenti', array( 'list_news' => $news, 'altre_news_title' => $siteCtrl->_l("ARTICOLI_CORRELATI") ))
@stop