Add theme changer widget to menu.
This commit is contained in:
@ -1,6 +1,14 @@
|
||||
<div class="langbox">
|
||||
<!-- <b>Language: </b> -->
|
||||
<center><a href="index.html" class="fade"><img src="/_static/images/us.png" alt="English" title="English" class="lang"></a> <a href="index_de.html" class="fade"><img src="_static/images/de.png" alt="Deutsch" title="Deutsch" class="lang"></a></div></center>
|
||||
<center>
|
||||
<a href="index.html" class="fade"><img src="/_static/images/us.png" alt="English" title="English" class="lang"></a>
|
||||
<a href="index_de.html" class="fade"><img src="_static/images/de.png" alt="Deutsch" title="Deutsch" class="lang"></a>
|
||||
</div>
|
||||
<div class="themebox"><a href="#?theme=dark" class="fade"><img src="/_static/images/dark.png" alt="Dark" title="Dark theme" class="lang"></a>
|
||||
<a href="#?theme=light" class="fade"><img src="_static/images/light.png" alt="Light" title="Light theme" class="lang"></a>
|
||||
</div>
|
||||
</center>
|
||||
|
||||
{% if lang == "de" %}
|
||||
<br /><b><a href="index_de.html">Willkommen bei I2P</a></b><br />
|
||||
<br /><b><a href="download_de.html">Download</a></b><br />
|
||||
|
Reference in New Issue
Block a user