1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-28 23:40:41 +02:00

Flextype Core: default theme - fixes and refactoring #117

This commit is contained in:
Awilum
2019-06-08 13:03:50 +03:00
parent f910693ae1
commit 15bba42ce0

View File

@@ -39,7 +39,7 @@
{% for item in entries_fetch_all('', 'menu_order', 'DESC') %}
{% if item.menu_item_title %}
<li class="nav-item">
<a class="nav-link" href="#">{{ item.menu_item_title }}</a>
<a class="nav-link" href="{{ base_url() }}/{{ item.menu_item_url }}">{{ item.menu_item_title }}</a>
</li>
{% endif %}
{% endfor %}