public/themes/fullblack/function.html.twig line 1

Open in your IDE?
  1. {% set logo             = "" %}
  2. {% set header           = "" %}
  3. {% set heightheader     = "" %}
  4. {% set colormain        = "2e3131" %}
  5. {% set fontcolorhover   = "" %}
  6. {% set colorbody        = "" %}
  7. {% set fontfacetitle    = "" %}
  8. {% set fontfacebody     = "" %}
  9. {{  
  10.     render(url("app_core_theme_setconfig",
  11.         {
  12.             'logo':logo,
  13.             'header': header,
  14.             'heightheader': heightheader,
  15.             'colormain': colormain,
  16.             'fontcolorhover': fontcolorhover,
  17.             'colorbody': colorbody,
  18.             'fontfacetitle': fontfacetitle,
  19.             'fontfacebody': fontfacebody
  20.         }
  21.     ))
  22. }}