/
home
/
rekodeb
/
osteo
/
wp-content
/
themes
/
zuperla
/
Upload File
HOME
<?php get_header(); ?> <?php the_post(); ?> <?php zuperla_eutf_print_header_title( 'page' ); ?> <?php zuperla_eutf_print_header_breadcrumbs( 'page' ); ?> <?php zuperla_eutf_print_anchor_menu( 'page' ); ?> <?php if ( 'yes' == zuperla_eutf_post_meta( '_zuperla_eutf_disable_content' ) ) { get_footer(); } else { ?> <div class="eut-single-wrapper"> <!-- CONTENT --> <div id="eut-content" class="clearfix <?php echo zuperla_eutf_sidebar_class( 'page' ); ?>"> <div class="eut-content-wrapper"> <!-- MAIN CONTENT --> <div id="eut-main-content"> <div class="eut-main-content-wrapper clearfix"> <!-- PAGE CONTENT --> <div id="page-<?php the_ID(); ?>" <?php post_class(); ?>> <?php the_content(); ?> </div> <!-- END PAGE CONTENT --> </div> </div> <!-- END MAIN CONTENT --> <?php zuperla_eutf_set_current_view( 'page' ); ?> <?php get_sidebar(); ?> </div> </div> <!-- END CONTENT --> <?php if ( zuperla_eutf_visibility( 'page_comments_visibility' ) ) { ?> <div id="eut-comments-section"> <?php comments_template(); ?> </div> <?php } ?> </div> <?php get_footer(); ?> <?php } //Omit closing PHP tag to avoid accidental whitespace output errors.