fix(js): corrige lien vers mobile-sidebar.js
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kazhnuz 2024-06-10 21:54:23 +02:00
parent 0723137efd
commit 4b5f2327e7

View file

@ -45,7 +45,7 @@
<button id="mobile-button" class="menu-button"><svg class="icon icon-bars" alt=""><use xlink:href="#icon-bars"></use></svg> <span class="sr-only">Afficher le menu</span></button> <button id="mobile-button" class="menu-button"><svg class="icon icon-bars" alt=""><use xlink:href="#icon-bars"></use></svg> <span class="sr-only">Afficher le menu</span></button>
<!-- Footer --> <!-- Footer -->
<?php echo Theme::js('mobile-sidebar.js'); ?> <?php echo Theme::js('js/mobile-sidebar.js'); ?>
<!-- Load Bludit Plugins: Site Body End --> <!-- Load Bludit Plugins: Site Body End -->
<?php Theme::plugins('siteBodyEnd'); ?> <?php Theme::plugins('siteBodyEnd'); ?>
</body> </body>