Assets.html 563 B

12345678910111213141516
  1. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  2. <f:comment><!-- Assets included with the VHS viewhelper --></f:comment>
  3. <f:if condition="{settings.themeColor}">
  4. <f:then>
  5. <v:asset.style name="theme"
  6. path="EXT:ot_templating/Resources/Public/assets/style/theme-{settings.themeColor}.css"
  7. debug="0"/>
  8. </f:then>
  9. <f:else>
  10. <v:asset.style name="theme"
  11. path="EXT:ot_templating/Resources/Public/assets/style/theme-blue.css"
  12. debug="0"/>
  13. </f:else>
  14. </f:if>