{% set theme = 'light' %} {% if ACP_DARK_STYLE %}{% set theme = 'dark' %}{% endif %} {% INCLUDECSS 'admin_' ~ theme ~ '.css' %} {% if ACP_HEADER_IMAGE %} {% set random = random(1, 9) %} {% INCLUDECSS 'admin_' ~ theme ~ '_image.css' %} {% endif %}