Start Theme Repo
This commit is contained in:
15
functions.php
Executable file
15
functions.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
// Loading Timber and other packages.
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
Timber\Timber::init();
|
||||
|
||||
// Backward Treville compatibility.
|
||||
require_once get_template_directory() . '/back_treville.php';
|
||||
|
||||
if( !defined( 'ROMHACKPLAZA_THEME' ) )
|
||||
define( 'ROMHACKPLAZA_THEME', '0.0.1' );
|
||||
|
||||
use RomhackPlaza\Theme;
|
||||
|
||||
$_romhackplaza_theme = new Theme();
|
||||
Reference in New Issue
Block a user