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

refactor(core): remove themes from the core #414

This commit is contained in:
Awilum
2020-03-15 12:00:36 +03:00
parent 46d01bd09a
commit da2143cfe0

View File

@@ -176,11 +176,6 @@ foreach ($shortcodes_extensions as $shortcodes_extension) {
*/
$flextype['plugins']->init($flextype, $app);
/**
* Init themes
*/
$flextype['themes']->init($flextype, $app);
/**
* Run application
*/