13 lines
243 B
PHP
13 lines
243 B
PHP
<?php
|
|
/**
|
|
* ekko functions file
|
|
*
|
|
* @package ekko
|
|
* by KeyDesign
|
|
*/
|
|
|
|
require_once( get_template_directory() . '/core/init.php');
|
|
|
|
// -------------------------------------
|
|
// Edit below this line
|
|
// -------------------------------------
|