17 lines
795 B
PHP
17 lines
795 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="chilledblue-css" onclick="setActiveStyleSheet('Chilledblue'); return false;">Chilledblue</button>
|
|
<br>
|
|
<button class="xayd-css" onclick="setActiveStyleSheet('Xayd'); return false;">Xayd</button>
|
|
<br>
|
|
<button class="epilepsie-css" onclick="alert('This theme can cause seizures and headaches, use with care!'); setActiveStyleSheet('Epilepsie'); return false;">Epilepsie</button>
|
|
</div>
|
|
</ul>
|
|
</li>
|