1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

Flextype Slim Integration - next round of integration

This commit is contained in:
Awilum
2019-02-24 00:16:18 +03:00
parent e2b6a873ea
commit 1a2cf47ef2
5 changed files with 172 additions and 174 deletions

View File

@@ -43,5 +43,5 @@ version_compare($ver = PHP_VERSION, $req = FLEXTYPE_MINIMUM_PHP, '<') and exit(s
// Register The Auto Loader
$loader = require_once $autoload;
// Get Flextype Instance
include 'flextype/Flextype.php';
// Get Flextype Bootstrap
include 'flextype/bootstrap.php';