forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-12-25 01:09:14 +02:00
parent 8f3be744e4
commit 3b2d8b7121
1 changed files with 14 additions and 18 deletions

View File

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