diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 4c99fd17..7417c820 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -163,16 +163,16 @@ foreach (Filesystem::listContents(ROOT_DIR . '/flextype/shortcodes') as $shortco include_once $shortcode['path']; } -/** - * Init themes - */ -$flextype['themes']->init($flextype, $app); - /** * Init plugins */ $flextype['plugins']->init($flextype, $app); +/** + * Init themes + */ +$flextype['themes']->init($flextype, $app); + /** * Run application */