diff --git a/modules/backend/layouts/_custom_styles.htm b/modules/backend/layouts/_custom_styles.htm new file mode 100644 index 000000000..8e3a56291 --- /dev/null +++ b/modules/backend/layouts/_custom_styles.htm @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file diff --git a/modules/backend/layouts/_head.htm b/modules/backend/layouts/_head.htm index e224d731e..c790eb592 100644 --- a/modules/backend/layouts/_head.htm +++ b/modules/backend/layouts/_head.htm @@ -80,4 +80,5 @@ // --> = $this->makeAssets() ?> -= Block::placeholder('head') ?> \ No newline at end of file += Block::placeholder('head') ?> += $this->makeLayoutPartial('custom_styles') ?> \ No newline at end of file diff --git a/modules/backend/layouts/auth.htm b/modules/backend/layouts/auth.htm index 2b4ea1178..ba9058093 100644 --- a/modules/backend/layouts/auth.htm +++ b/modules/backend/layouts/auth.htm @@ -12,7 +12,7 @@ - + = $this->makeAssets() ?> = Block::placeholder('head') ?> + = $this->makeLayoutPartial('custom_styles') ?>