1.1 --- a/templates/theme.html Sat Jan 18 14:56:40 2014 +0100
1.2 +++ b/templates/theme.html Sat Jan 18 14:59:44 2014 +0100
1.3 @@ -49,8 +49,11 @@
1.4 {%- if href[1:] == act -%}
1.5 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
1.6 {% endfor %}
1.7 + <!-- ToDo add after translation finished
1.8 <li class="module-language"><a class="link-yellow" href="./de">DE</a></li>
1.9 - <li><a class="link-yellow" href="./en">EN</a></li>
1.10 +
1.11 + <li><a class="link-yellow" href="./en">EN</a></li>
1.12 + -->
1.13 </ul>
1.14 </div><!--/.nav-collapse -->
1.15 </div>