Update menu entries and fixes some profile picture problems.
Added help pages too.
This commit is contained in:
@@ -100,8 +100,12 @@
|
||||
<div class="$menu-group">
|
||||
<div class="$menu-group-title">{{ $navEntry.title }}</div>
|
||||
<xf:foreach loop="$navEntry.children" key="$childNavId" value="$childNavEntry" i="$j">
|
||||
<a href="{{ $childNavEntry.href }}" class="$menu-item" >
|
||||
<i data-lucide="{{ $childNavEntry.attributes.icon}}"></i><span>{{ $childNavEntry.title }}</span>
|
||||
<a href="{{ $childNavEntry.href }}"
|
||||
class="$menu-item"
|
||||
style="{{ $childNavEntry.attributes.color ? 'color:' . $childNavEntry.attributes.color : '' }}"
|
||||
target="{{ $childNavEntry.attributes.target }}"
|
||||
>
|
||||
<i data-lucide="{{ $childNavEntry.attributes.icon }}"></i><span>{{ $childNavEntry.title }}</span>
|
||||
</a>
|
||||
</xf:foreach>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user