forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-12-25 00:07:42 +02:00
parent 38540c9d37
commit 0d1b2e0b38
1 changed files with 23 additions and 19 deletions

View File

@ -103,26 +103,30 @@
{% if IS_HOMOWEEN() %}
<link rel="stylesheet" href="{{('css/themes/midnight.css') | asset}}">
<link rel="stylesheet" href="{{'events/homoween/css/main_homoween.css' | asset}}">
{% elif IS_FISTMAS() %}
<link rel="stylesheet" href="{{'events/fistmas/css/main_fistmas.css' | asset}}">
{% if v and v.theme in LIGHT_THEMES %}
<link rel="stylesheet" href="{{'events/fistmas/css/themes/light.css'| asset}}">
{% else %}
<link rel="stylesheet" href="{{'events/fistmas/css/themes/dark.css'| asset}}">
{% endif %}
{% elif v %}
{% if v.theme == 'classic_dark' %}
<link rel="stylesheet" href="{{('css/themes/classic.css') | asset}}">
{% endif %}
<link rel="stylesheet" href="{{('css/themes/'~v.theme~'.css') | asset}}">
{% if v.themecolor == '30409f' %}
<link rel="stylesheet" href="{{('css/30409f.css') | asset}}">
{% endif %}
{% else %}
<link rel="stylesheet" href="{{('css/themes/'~DEFAULT_THEME~'.css') | asset}}">
{% if v %}
{% if v.theme == 'classic_dark' %}
<link rel="stylesheet" href="{{('css/themes/classic.css') | asset}}">
{% endif %}
<link rel="stylesheet" href="{{('css/themes/'~v.theme~'.css') | asset}}">
{% if v.themecolor == '30409f' %}
<link rel="stylesheet" href="{{('css/30409f.css') | asset}}">
{% endif %}
{% else %}
<link rel="stylesheet" href="{{('css/themes/'~DEFAULT_THEME~'.css') | asset}}">
{% endif %}
{% if IS_FISTMAS() %}
<link rel="stylesheet" href="{{'events/fistmas/css/main_fistmas.css' | asset}}">
{% if v and v.theme in LIGHT_THEMES %}
<link rel="stylesheet" href="{{'events/fistmas/css/themes/light.css'| asset}}">
{% else %}
<link rel="stylesheet" href="{{'events/fistmas/css/themes/dark.css'| asset}}">
{% endif %}
{% endif %}
{% endif %}
{% if v and v.chud %}