hfkfhkfhgjkuhgfkjfghkj

This commit is contained in:
Local Dev
2025-02-03 12:03:51 -05:00
commit fd36f0f4bf
302 changed files with 22625 additions and 0 deletions

10
app/views/nav/admin.html Executable file
View File

@ -0,0 +1,10 @@
<ul class="nav nav-pills flex-column mb-auto">
{LOOP}
<li class="nav-item">
<a href="{url}" class="text-white {linkClasses}" {linkAttributes}>
{text}
</a>
{subnav}
</li>
{/LOOP}
</ul>