15 lines
180 B
PHP
15 lines
180 B
PHP
<?php
|
|
/**
|
|
*
|
|
* Template Name: Frontpage
|
|
*
|
|
* Displays the Home page.
|
|
*
|
|
* @package Abiz
|
|
*/
|
|
|
|
get_header();
|
|
|
|
do_action( 'daddy_plus_abiz_frontpage', false );
|
|
|
|
get_footer(); ?>
|