Olivier Massot 5 anos atrás
pai
commit
1cabf60140

+ 1 - 1
ot_templating/Resources/Private/Partials/Assets.html

@@ -2,7 +2,7 @@
 
 <f:comment><!-- Assets included with the VHS viewhelper --></f:comment>
 
-<f:if condition="{ot:loginFailed()}==1">
+<f:if condition="{settings.themeColor}">
     <f:then>
         <v:asset.style name="theme"
                        path="EXT:ot_templating/Resources/Public/assets/style/theme-{settings.themeColor}.css"