test
This commit is contained in:
parent
36a741ab14
commit
16d7e2ed85
|
|
@ -44,8 +44,8 @@ foreach ($menus as $key0 => $menuParent) {
|
|||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
<!-- Icône -->
|
||||
<link rel="apple-touch-icon" href="Bootstrap_new/images/new/favicon.png">
|
||||
<link rel="icon" href="Bootstrap_new/images/new/favicon.png" type="image/png">
|
||||
<link rel="apple-touch-icon" href="/Bootstrap_new/images/new/favicon.png">
|
||||
<link rel="icon" href="/Bootstrap_new/images/new/favicon.png" type="image/png">
|
||||
|
||||
<!-- Bootstrap 5 -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
|
@ -78,7 +78,7 @@ foreach ($menus as $key0 => $menuParent) {
|
|||
<!-- Open Graph pour le partage -->
|
||||
<meta property="og:title" content="INTER-SANTÉ Portail RH">
|
||||
<meta property="og:description" content="Portail professionnel de gestion santé">
|
||||
<meta property="og:image" content="<?= $racineWeb ?>Bootstrap_new/images/new/favicon.png">
|
||||
<meta property="og:image" content="<?= $racineWeb ?>/Bootstrap_new/images/new/favicon.png">
|
||||
<meta property="og:url" content="<?= $racineWeb ?>">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
|
@ -86,14 +86,14 @@ foreach ($menus as $key0 => $menuParent) {
|
|||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="INTER-SANTÉ Portail RH">
|
||||
<meta name="twitter:description" content="Portail professionnel de gestion santé">
|
||||
<meta name="twitter:image" content="<?= $racineWeb ?>Bootstrap_new/images/new/favicon.png">
|
||||
<meta name="twitter:image" content="<?= $racineWeb ?>/Bootstrap_new/images/new/favicon.png">
|
||||
|
||||
<!-- jQuery UI (pour Datepicker) -->
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
|
||||
|
||||
<!-- Styles personnalisés -->
|
||||
<link href="Bootstrap_new/css/style_office.css?ver=2025.12.21.01" rel="stylesheet">
|
||||
<link href="Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.01" rel="stylesheet">
|
||||
<link href="/Bootstrap_new/css/style_office.css?ver=2025.12.21.01" rel="stylesheet">
|
||||
<link href="/Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.01" rel="stylesheet">
|
||||
|
||||
<script>
|
||||
// Mode développeur
|
||||
|
|
@ -458,18 +458,18 @@ foreach ($menus as $key0 => $menuParent) {
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="Js/fonctions.js?ver=2025.12.21.01"></script>
|
||||
<script src="/Js/fonctions.js?ver=2025.12.21.01"></script>
|
||||
|
||||
<?php if (est_anglophone()): ?>
|
||||
<script src="Js/datepicker-eng.js"></script>
|
||||
<script src="/Js/datepicker-eng.js"></script>
|
||||
<?php else: ?>
|
||||
<script src="Js/datepicker-fr.js"></script>
|
||||
<script src="/Js/datepicker-fr.js"></script>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- UX Enhancement Script -->
|
||||
<script src="Bootstrap_new/js/ux-manager.js?ver=2025.12.21.01"></script>
|
||||
<script src="/Bootstrap_new/js/ux-manager.js?ver=2025.12.21.01"></script>
|
||||
|
||||
<!-- Service Worker Registration -->
|
||||
<script src="Js/sw-register.js?ver=2025.12.21.01"></script>
|
||||
<script src="/Js/sw-register.js?ver=2025.12.21.01"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user