first commit
This commit is contained in:
19
functions.php
Normal file
19
functions.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Functions and definitions
|
||||
*
|
||||
* @link https://developer.wordpress.org/themes/basics/theme-functions/
|
||||
* @link https://github.com/timber/starter-theme
|
||||
*/
|
||||
|
||||
namespace App;
|
||||
|
||||
use Timber\Timber;
|
||||
|
||||
// Load Composer dependencies.
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
Timber::init();
|
||||
|
||||
new StarterSite();
|
Reference in New Issue
Block a user