templates/theme.html
changeset 145 95d788307e42
parent 142 6dea01810014
child 154 9da3c136a16f
     1.1 --- a/templates/theme.html	Sat Jan 18 21:05:22 2014 +0100
     1.2 +++ b/templates/theme.html	Sun Jan 19 07:53:05 2014 +0100
     1.3 @@ -43,13 +43,10 @@
     1.4                <ul class="nav navbar-nav navbar-right">
     1.5                 {% for href, caption in get_topmenue(): %}
     1.6                 {%- if href[1:] == act -%} 
     1.7 -               <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
     1.8 +               <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ _(caption) }}</a></li>
     1.9                 {% endfor %}
    1.10 -              <!-- ToDo add after translation finished
    1.11                 <li class="module-language"><a class="link-yellow" href="./de">DE</a></li>
    1.12 -
    1.13                 <li><a class="link-yellow" href="./en">EN</a></li>
    1.14 -              -->
    1.15               </ul>
    1.16            </div><!--/.nav-collapse -->
    1.17          </div>
Impressum Datenschutzerklärung