Themes
This commit is contained in:
parent
a9f65bb798
commit
1425361a6f
|
@ -25,7 +25,7 @@
|
||||||
@endif
|
@endif
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item dropdown" id="themes">
|
<li class="nav-item dropdown" id="themes">
|
||||||
<a class="nav-link ddcontent" href="#" content="{{ theme }}" data-toggle="dropdown">Theme</a>
|
<a class="nav-link ddcontent" href="#" content="{{ theme }}" data-toggle="dropdown">Themes</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
@each(themes as t)
|
@each(themes as t)
|
||||||
<li><a href="/theme/{{ t }}">{{ t }}</a></li>
|
<li><a href="/theme/{{ t }}">{{ t }}</a></li>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user