PATH:
home
/
carfac
/
public_html
/
rephotonet
/
wordpress
/
wp-content
/
themes
/
royal
<?php global $royal_config; ?> <?php $subtitle = get_post_meta( get_the_ID( ), 'subtitle', true ); ?> <?php get_header( ); ?> <section class="section alt-background offsetTop offsetBottom"> <div class="container"> <div class="row"> <div class="col-md-12"> <header class="text-center"> <h2><?php Royal_Theme::royal_page_title( ); ?></h2> <?php if ( ! empty( $subtitle ) ) : ?> <p class="info"><?php echo esc_html( $subtitle ); ?></p> <?php else : ?> <p class="info breadcrumbs"><?php dimox_breadcrumbs( ); ?></p> <?php endif; ?> </header> </div> </div> </div> </section> <section class="section offsetTop offsetBottom"> <div class="container"> <div class="row"> <?php if ( $royal_config['layout-standard'] == 2 ) : ?> <div class="col-md-4 col-sm-4 sidebar-left"> <?php get_sidebar( ); ?> </div> <div class="col-md-8 col-sm-8"> <?php if ( have_posts( ) ) : while ( have_posts( ) ) : the_post( ); ?> <?php the_content( ); ?> <?php endwhile; endif; ?> </div> <?php elseif ( $royal_config['layout-standard'] == 3 ) : ?> <div class="col-md-8 col-sm-8"> <?php if ( have_posts( ) ) : while ( have_posts( ) ) : the_post( ); ?> <?php the_content( ); ?> <?php endwhile; endif; ?> </div> <div class="col-md-4 col-sm-4"> <?php get_sidebar( ); ?> </div> <?php else : ?> <div class="col-md-12 col-sm-12"> <?php if ( have_posts( ) ) : while ( have_posts( ) ) : the_post( ); ?> <?php the_content( ); ?> <?php endwhile; endif; ?> </div> <?php if ( comments_open( ) and is_singular( ) ) : ?> <div class="col-md-12 col-sm-12 offsetTopS"> <div class="offsetTopS"></div> <?php comments_template( ); ?> </div> <?php endif; ?> <?php endif; ?> </div> </div> </section> <?php get_footer( ); ?>
[+]
assets
[-] archive.php
[edit]
[-] error_log
[edit]
[-] footer-404.php
[edit]
[+]
images
[-] header-404.php
[edit]
[-] index.php
[edit]
[-] archive-portfolio.php
[edit]
[-] screenshot.png
[edit]
[+]
plugins
[-] 404.php
[edit]
[+]
inc
[-] style.css
[edit]
[-] comments.php
[edit]
[+]
admin
[+]
woocommerce
[+]
demo
[-] functions.php
[edit]
[-] sidebar.php
[edit]
[-] header.php
[edit]
[-] wpml-config.xml
[edit]
[-] home.php
[edit]
[-] single.php
[edit]
[-] single-portfolio.php
[edit]
[-] search.php
[edit]
[-] attachment.php
[edit]
[+]
templates
[+]
..
[+]
languages
[-] footer.php
[edit]