12 lines
159 B
PHP
12 lines
159 B
PHP
<?php
|
|
/**
|
|
* Theme functions and definitions
|
|
*
|
|
* @package Arvina
|
|
*/
|
|
|
|
// Main file
|
|
require_once get_stylesheet_directory() . '/core/core.php';
|
|
|
|
|