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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user