Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Consider the webspace when creating navigation links (#20)
  • Loading branch information
danrot authored and niklasnatter committed Nov 12, 2019
1 parent 7ca7104 commit 4ddb3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html.twig
Expand Up @@ -28,7 +28,7 @@

{% for item in sulu_navigation_root_tree('main') %}
<li>
<a href="{{ sulu_content_path(item.url) }}"
<a href="{{ sulu_content_path(item.url, item.webspaceKey) }}"
title="{{ item.title }}">{{ item.title }}</a>
</li>
{% endfor %}
Expand Down

0 comments on commit 4ddb3cc

Please sign in to comment.