stany.ferer 1 سال پیش
والد
کامیت
2085c02865
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      core/views/_cms.nav.php

+ 8 - 8
core/views/_cms.nav.php

@@ -34,14 +34,14 @@
                     <div class="dropdown-menu dropdown-menu-end">
                         <a href="/user.html" class="dropdown-item">Mon profil</a>
                         <?php if(session::accessUserByType(1)) { ?>
-                        <div class="dropdown-divider"></div>
-                        <a href="https://www.cse-invent.com" target="_blank" class="dropdown-item">Site du CSE</a>
-                        <a href="https://www.cse-invent.com/gestion/" target="_blank" class="dropdown-item">Console Proweb</a>
-                        <a href="<?php echo "https://" . DOMAIN_EVENTS ?>" target="_blank" class="dropdown-item">Emargement Salariés</a>
-                        <a href="<?php echo "https://" . DOMAIN_CONTROL ?>" target="_blank" class="dropdown-item">Emargement Contrôleur</a>
-                        <a href="https://wiki.cse-invent.com/" target="_blank" class="dropdown-item">Wiki CSE</a>
-                        <a href="https://contact.cse-invent.com/" target="_blank" class="dropdown-item">Contact CSE</a>
-                        <a href="https://sender.cse-invent.com/" target="_blank" class="dropdown-item">SendPortal CSE</a>
+                            <div class="dropdown-divider"></div>
+                            <a href="https://www.cse-invent.com" target="_blank" class="dropdown-item">Site du CSE</a>
+                            <a href="https://www.cse-invent.com/gestion/" target="_blank" class="dropdown-item">Console Proweb</a>
+                            <a href="<?php echo "https://" . DOMAIN_EVENTS ?>" target="_blank" class="dropdown-item">Emargement Salariés</a>
+                            <a href="<?php echo "https://" . DOMAIN_CONTROL ?>" target="_blank" class="dropdown-item">Emargement Contrôleur</a>
+                            <a href="https://wiki.cse-invent.com/" target="_blank" class="dropdown-item">Wiki CSE</a>
+                            <a href="https://contact.cse-invent.com/" target="_blank" class="dropdown-item">Contact CSE</a>
+                            <a href="https://sender.cse-invent.com/" target="_blank" class="dropdown-item">SendPortal CSE</a>
                         <?php } ?>
                         <div class="dropdown-divider"></div>
                         <a href="/submit.php?from=logout" class="dropdown-item">Se déconnecter</a>