1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 23:24:04 +02:00

Flextype Slim Integration - Commit with last code updates and research.

This commit is contained in:
Awilum
2019-02-23 23:18:57 +03:00
parent a8bd83cd28
commit bc3027d56c
40 changed files with 6941 additions and 785 deletions

View File

@@ -44,4 +44,4 @@ version_compare($ver = PHP_VERSION, $req = FLEXTYPE_MINIMUM_PHP, '<') and exit(s
$loader = require_once $autoload;
// Get Flextype Instance
$flextype = Flextype::getInstance();
include 'flextype/Flextype.php';