forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-15 03:14:27 +02:00
parent 280945ea8d
commit 82a9d81414
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
<div class="input-group mb2">
<select id='theme' class="form-control" form="profile-settings" name="theme" onchange="post('/settings/profile?theme='+document.getElementById('theme').value, function(){window.location.reload(true);})">
{% if v.background %}
{% set entries = ["transparent", "dark", "light", "coffee", "tron", "4chan", "midnight"] %}
{% set entries = ["transparent", "win98", "dark", "light", "coffee", "tron", "4chan", "midnight"] %}
{% else %}
{% set entries = ["dark", "light", "coffee", "tron", "4chan", "midnight"] %}
{% set entries = ["dark", "win98", "light", "coffee", "tron", "4chan", "midnight"] %}
{% endif %}
{% for entry in entries %}
<option value="{{entry}}" {% if v.theme==entry %} selected {% endif %}>