PATH:
home
/
carfac
/
public_html
/
rephotonet
/
wordpress
/
wp-content
/
themes
/
royal
<?php get_header( ); ?> <?php while ( have_posts( ) ) : the_post( ); ?> <section class="section alt-background offsetTop offsetBottom"> <div class="container"> <div class="row"> <div class="col-md-12"> <header> <h2><?php esc_html_e( 'Attached File', 'royal' ); ?></h2> </header> </div> </div> </div> </section> <section class="section offsetTopS offsetBottom"> <div class="container"> <div class="row"> <?php if ( $royal_config['layout-archive'] == 2 ) : ?> <div class="col-md-4 col-sm-4 sidebar-left"> <?php get_sidebar( ); ?> </div> <div class="col-md-8 col-sm-8"> <?php get_template_part( 'templates/attachment' ); ?> </div> <?php elseif ( $royal_config['layout-archive'] == 3 ) : ?> <div class="col-md-8 col-sm-8"> <?php get_template_part( 'templates/attachment' ); ?> </div> <div class="col-md-4 col-sm-4"> <?php get_sidebar( ); ?> </div> <?php else : ?> <div class="col-md-12 col-sm-12"> <?php get_template_part( 'templates/attachment' ); ?> </div> <?php endif; ?> </div> </div> </section> <?php endwhile; ?> <?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]