Skip to content

Commit

Permalink
Utilisation de la balise nav
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Dec 10, 2024
1 parent 20c136e commit f49376b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/components/navtab.html.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<nav>
<?php if(!$disableOrganization): ?>
<?php if ($IS_ADMIN): ?>
<div class="position-absolute top-0 start-0 mt-2 ms-2">
Expand Down Expand Up @@ -29,4 +30,5 @@
<a class="nav-link <?php if($activeTab === 'compress'): ?>active<?php endif; ?>" href="<?php echo $REVERSE_PROXY_URL; ?>/compress"><i class="bi bi-chevron-bar-contract"></i> <span class="d-none d-sm-inline-block"><?php echo _("Compress"); ?></span></a>
</li>
</ul>
<?php endif; ?>
<?php endif; ?>
</nav>

0 comments on commit f49376b

Please sign in to comment.