Bootstrap 5 + Darkmode changes
This commit is contained in:
6
app/views/nav/adminSub.html
Normal file
6
app/views/nav/adminSub.html
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
<ul class="collapse list-unstyled ms-3 text-small shadow" id="{dropdownName}Dropdown">
|
||||
{LOOP}
|
||||
<li class="nav-item"><a href="{url}" class="nav-link text-white">{text}</a></li>
|
||||
{/LOOP}
|
||||
</ul>
|
Reference in New Issue
Block a user