Bonjour Matthias,
thanks for your support! I made it like this:
the link looks like this /hallo/bonjour/ no reason for subpage.
base.html:
{% feincms_languagelinks for feincms_page as links all,excludecurrent %}
{% for key, name, link in links %}
<a href="{% if link %}{{ link }}{% else %}/{{ key }}/{% endif %}">{% trans name %}</a>
{% endfor %}
Bonjour Matthias,
thanks for your support! I made it like this:
the link looks like this /hallo/bonjour/ no reason for subpage.
base.html:
{% feincms_languagelinks for feincms_page as links all,excludecurrent %}
{% for key, name, link in links %}
<a href="{% if link %}{{ link }}{% else %}/{{ key }}/{% endif %}">{% trans name %}</a>
{% endfor %}
Hi Matthias,
yes.. Thank you!
But now is everything in my nav. :-/
what is the best practice?
toplevel 1 == language
suplevel 2 == page (home, contect, products)
supsuplevel 3 == suppage (product 1, 2, 3)
like this?