6 lines
No EOL
243 B
PHP
6 lines
No EOL
243 B
PHP
<?php get_header(); ?>
|
|
<?php get_template_part("inc/index","slider"); ?>
|
|
<?php get_template_part("inc/index","services"); ?>
|
|
<?php get_template_part("inc/index","blog"); ?>
|
|
<?php get_template_part("inc/site","boxes"); ?>
|
|
<?php get_footer(); ?>
|