mirror of
https://github.com/10h30/ycb.vn.git
synced 2026-06-05 15:10:02 +09:00
17 lines
308 B
PHP
17 lines
308 B
PHP
<?php
|
|
/**
|
|
* Business Pro.
|
|
*
|
|
* This file adds the front page to the Business Pro Theme.
|
|
*
|
|
* @package Business Pro
|
|
* @author SeoThemes
|
|
* @license GPL-2.0+
|
|
* @link https://seothemes.com/themes/business-pro/
|
|
*/
|
|
|
|
get_template_part( 'template', 'full' );
|
|
|
|
// Run Genesis.
|
|
//genesis();
|