Added danimoth's theme to footer

This commit is contained in:
str4d
2012-12-22 00:37:54 +00:00
parent dff49f3844
commit 8557308e0e

View File

@@ -2,6 +2,7 @@
<h1>{{ _('Themes') }}</h1>
<ul>
<li><a href="{{ change_theme('duck') }}">{{ _('Duck') }}</a></li>
<li><a href="{{ change_theme('danimoth') }}">{{ _('Danimoth') }}</a></li>
<li><a href="{{ change_theme('light') }}">{{ _('Light') }}</a></li>
<li><a href="{{ change_theme('dark') }}">{{ _('Dark') }}</a></li>
<li><a href="{{ change_theme('default') }}">{{ _('Barebones styling') }}</a></li>