diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-03-10 16:13:52 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-03-10 16:13:52 +0100 |
commit | 9b8832902cc1a51b5c6e2e0890c576372a60e5e1 (patch) | |
tree | e7f1db7c2e920b63bde306fda71c187d44a7c6c1 /functions.php |
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..a50eb09 --- /dev/null +++ b/functions.php @@ -0,0 +1,5 @@ +<?php + +require_once __DIR__ . '/vendor/autoload.php'; + +new \Theme\Site(); |