PATH:
home
/
carfac
/
public_html
/
rephotonet
/
wordpress
/
wp-content
/
themes
/
royal
/
templates
<?php /** * Template Name: Front Page */ ?> <?php // Custom color schema if ( $color_schema = get_post_meta( get_the_ID( ), 'color_schema', true ) ) { if ($color_schema != 'default') { $royal_config['styling-schema'] = $color_schema; } } ?> <?php get_header( ); ?> <?php if ( Royal_Theme::royal_front_page( get_the_ID( ) ) ) { echo "\n" . Royal_Theme::royal_front_sections( ); } ?> <?php get_footer( ); ?>
[-] blog-masonry-2c.php
[edit]
[-] post-standard.php
[edit]
[-] front-image.php
[edit]
[-] post-quote.php
[edit]
[-] front-video.php
[edit]
[-] blog-sidebar.php
[edit]
[-] post-aside.php
[edit]
[-] portfolio.php
[edit]
[-] blog-masonry-3c.php
[edit]
[-] front.php
[edit]
[-] post-masonry.php
[edit]
[-] page-sidebar-right.php
[edit]
[-] blog-masonry-4c.php
[edit]
[-] front-slideshow.php
[edit]
[-] post-status.php
[edit]
[-] page-sidebar-left.php
[edit]
[-] blog-wide.php
[edit]
[-] post-link.php
[edit]
[-] no-content.php
[edit]
[-] page-wide.php
[edit]
[-] post.php
[edit]
[-] post-gallery.php
[edit]
[-] attachment.php
[edit]
[+]
..