Set default theme for kitchensink

This commit is contained in:
Dennis Reimann
2020-04-05 17:49:58 +02:00
committed by Kukks
parent fcdcc5e69b
commit d2b38fdfce

View File

@@ -10,7 +10,7 @@
<link href="main/bootstrap/bootstrap.css" rel="stylesheet" />
<link href="main/bootstrap4-creativestart/creative.css" rel="stylesheet" />
<script>
const theme = window.location.search.replace('?theme=','') || 'classic';
const theme = window.location.search.replace('?theme=','') || 'default';
document.write(`<link href="main/themes/${theme}.css" rel="stylesheet" />`)
</script>