From da2143cfe0294527c3c4ac2c5d16f17fd6c0bbcd Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 15 Mar 2020 12:00:36 +0300 Subject: [PATCH] refactor(core): remove themes from the core #414 --- flextype/bootstrap.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 2b3a2722..399bf0eb 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -176,11 +176,6 @@ foreach ($shortcodes_extensions as $shortcodes_extension) { */ $flextype['plugins']->init($flextype, $app); -/** - * Init themes - */ -$flextype['themes']->init($flextype, $app); - /** * Run application */