diff --git a/core/layout/blank.php b/core/layout/blank.php index f63ffd6..19c6b81 100644 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -19,8 +19,10 @@ ?> -showContent(); ?> -showScript(); ?> -showVendorJsBody(); ?> +showContent(); +$this->showVendorJsBody(); +$this->showScript(); +?>