diff --git a/system/author/layouts/layout.twig b/system/author/layouts/layout.twig index 33c6851..f9e576f 100644 --- a/system/author/layouts/layout.twig +++ b/system/author/layouts/layout.twig @@ -16,8 +16,8 @@ - - + + {{ assets.renderCSS() }} @@ -39,19 +39,19 @@ - + - - + + - - - + + + diff --git a/system/author/layouts/layoutAuth.twig b/system/author/layouts/layoutAuth.twig index 63e41e3..9aeef5b 100644 --- a/system/author/layouts/layoutAuth.twig +++ b/system/author/layouts/layoutAuth.twig @@ -17,7 +17,7 @@ - + {{ assets.renderCSS() }} diff --git a/system/author/layouts/layoutBlank.twig b/system/author/layouts/layoutBlank.twig index c6bcd78..fb6b34a 100644 --- a/system/author/layouts/layoutBlank.twig +++ b/system/author/layouts/layoutBlank.twig @@ -16,7 +16,7 @@ - +
diff --git a/system/author/layouts/layoutBlox.twig b/system/author/layouts/layoutBlox.twig index dbf3e38..f20438a 100644 --- a/system/author/layouts/layoutBlox.twig +++ b/system/author/layouts/layoutBlox.twig @@ -16,8 +16,8 @@ - - + + {{ assets.renderCSS() }} @@ -41,20 +41,20 @@ - + - - + + - - - - + + + + + {% if item.elementType == "folder" %} - + {% else %} {% endif %} - - - - - + + + + + {{ assets.renderJS() }} diff --git a/system/author/layouts/layoutEditor.twig b/system/author/layouts/layoutEditor.twig index 40a785a..08e95f4 100644 --- a/system/author/layouts/layoutEditor.twig +++ b/system/author/layouts/layoutEditor.twig @@ -16,8 +16,8 @@ - - + + {{ assets.renderCSS() }} @@ -41,18 +41,18 @@ - + - + - - - + + + + {% if item.elementType == "folder" %} - + {% else %} {% endif %} - - - - - + + + + + {{ assets.renderJS() }}