10 lines
131 B
PHP
10 lines
131 B
PHP
<?php
|
|
/**
|
|
Template Name: Frontpage
|
|
*/
|
|
|
|
get_header();
|
|
|
|
do_action( 'Desert_Companion_Chromax_frontpage', false);
|
|
|
|
get_footer(); ?>
|