feat: install plugins from approved source commits
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
</a>
|
||||
<nav class="main-nav" aria-label="Hauptnavigation">
|
||||
<a class="<?= ($currentPath ?? '') === '/' ? 'active' : '' ?>" href="/">Store</a>
|
||||
<a class="<?= ($currentPath ?? '') === '/installation' ? 'active' : '' ?>" href="/installation">Installation</a>
|
||||
<a href="/api/v1/plugins/">API</a>
|
||||
<?php if (!empty($adminEnabled)): ?>
|
||||
<a class="<?= str_starts_with((string) ($currentPath ?? ''), '/admin') ? 'active' : '' ?>" href="/admin">Admin</a>
|
||||
|
||||
Reference in New Issue
Block a user