templates/theme.html
changeset 172 2719a5a66b0d
parent 159 136a169eeda0
child 201 d97d1109fccb
equal deleted inserted replaced
171:477ad271570e 172:2719a5a66b0d
    44                {% for href, caption in get_topmenue(): %}
    44                {% for href, caption in get_topmenue(): %}
    45                {%- if href[1:] == act -%} 
    45                {%- if href[1:] == act -%} 
    46                <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
    46                <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
    47                {% endfor %}
    47                {% endfor %}
    48                <li class="module-language"><a class="link-yellow" href="/de">DE</a></li>
    48                <li class="module-language"><a class="link-yellow" href="/de">DE</a></li>
    49                <li><a class="link-yellow" href="/en">EN</a></li>
    49                <li><a class="link-yellow" href="/de">EN</a></li>
    50              </ul>
    50              </ul>
    51           </div><!--/.nav-collapse -->
    51           </div><!--/.nav-collapse -->
    52         </div>
    52         </div>
    53       </div>
    53       </div>
    54     </header>
    54     </header>
Impressum Datenschutzerklärung