File "frontpage.php"
Full Path: /home/pumpbmko/public_html/wp-content/upgrade/frontpage.php
File size: 296 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/* Template Name: Front Page Template */
get_header(); ?>
<div id="content">
<?php get_template_part( 'core/sections/slider' ); ?>
<?php get_template_part( 'core/sections/projects' ); ?>
<?php get_template_part( 'core/sections/additional-content' ); ?>
</div>
<?php get_footer(); ?>