diff --git a/core/layout/main.php b/core/layout/main.php index 4414d2f..69b07c4 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -14,7 +14,8 @@ else { echo ''; } ?> showFavicon(); - $this->showVendor(); + $this->showVendor(); + $this->showStyle(); echo PHP_EOL; ?> @@ -25,7 +26,6 @@ else { echo ''; } AND $this->getData(['module', $this->getUrl(0), 'config', 'feeds']) === TRUE ): ?> - showStyle(); echo PHP_EOL; ?>