Files
Gw0bm/resources/views/layout1/partials/themechanger.blade.php
2025-09-18 11:13:45 +02:00

15 lines
601 B
PHP

<li role="presentation" class="">
<a data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
<span class="caret"></span> Theme
</a>
<ul class="dropdown-menu">
<div id="switcher">
<button class="w0bmcustom-css" onclick="setActiveStyleSheet('w0bmcustom'); return false;">Default</button>
<br>
<button class="w0bm_override-css" onclick="setActiveStyleSheet('DARK'); return false;">DARK</button>
<br>
<button class="glitch-css" onclick="setActiveStyleSheet('Glitch'); return false;">Glitch</button>
</div>
</ul>
</li>