Gallery

Gallery

Video

L'artigiano della Trasformazione

Eccellenze Italiane

Agripestum

Presidente API

/** * The template for displaying the footer */ $pfooter_type = get_post_meta( maxrestaurant_get_the_ID(), 'maxrestaurant_cf_footer_layout', true ); $footer_type = maxrestaurant_options("opt_footertype"); if( $pfooter_type != "" ) { $ftr_type = $pfooter_type; } elseif( $footer_type != "" ) { $ftr_type = $footer_type; } else { $ftr_type = "2"; } get_template_part("template-parts/footer" . $ftr_type ); ?>