Remove the hash for the themechanger, as we're calling remote code to change it.

This commit is contained in:
z3d
2009-06-06 17:03:42 +00:00
parent 84564775a6
commit 098b63b43e

View File

@@ -3,8 +3,8 @@
<a href="index.html" class="fade"><img src="/_static/images/us.png" alt="English" title="English" class="lang"></a>&nbsp; <a href="index.html" class="fade"><img src="/_static/images/us.png" alt="English" title="English" class="lang"></a>&nbsp;
<a href="index_de.html" class="fade"><img src="_static/images/de.png" alt="Deutsch" title="Deutsch" class="lang"></a> <a href="index_de.html" class="fade"><img src="_static/images/de.png" alt="Deutsch" title="Deutsch" class="lang"></a>
</center></div> </center></div>
<div class="themebox"><center><a href="#?theme=dark" class="fade"><img src="/_static/images/dark.png" alt="Dark" title="Dark theme" class="lang"></a>&nbsp; <div class="themebox"><center><a href="?theme=dark" class="fade"><img src="/_static/images/dark.png" alt="Dark" title="Dark theme" class="lang"></a>&nbsp;
<a href="#?theme=light" class="fade"><img src="_static/images/light.png" alt="Light" title="Light theme" class="lang"></a> <a href="?theme=light" class="fade"><img src="_static/images/light.png" alt="Light" title="Light theme" class="lang"></a>
</center></div> </center></div>