show_prefooter : false; # Images $images = $data ? get_images_from_gallery( $data->gallery ) : array(); $content = apply_images( $content, $images ); $content = apply_filters( 'the_content', $content ); # Page get_header(); view( 'partials/new/menu-classic', 'main' ); view( 'partials/headings', 'simple', array('heading' => $heading) ); wrap( 'start', 'container' ); view( 'partials/contents', 'base', array('content' => $content) ); wrap( 'end' ); view_if( $show_prefooter, 'partials/common', 'pre-footer' ); view( 'partials/common', 'footer' ); get_footer();