Forráskód Böngészése

moving admin Link to footer

AI 1 hónapja
szülő
commit
22c37fed25
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 1
      includes/footer.php
  2. 0 1
      includes/header.php

+ 2 - 1
includes/footer.php

@@ -5,7 +5,8 @@
             <p>Freiwillige Feuerwehr Freising e.V.</p>
             <nav class="footer-links" aria-label="Rechtliche Hinweise">
                 <a href="https://www.feuerwehr-freising.de/impressum">Impressum</a>
-                <a href="https://www.feuerwehr-freising.de/datenschutz/">Datenschutzerklärung</a>
+                <a href="https://www.feuerwehr-freising.de/datenschutz/">Datenschutz</a>
+                <a href="<?php echo SITE_URL; ?>/admin/">Admin</a>
             </nav>
         </div>
     </footer>

+ 0 - 1
includes/header.php

@@ -20,7 +20,6 @@
                 <a href="<?php echo SITE_URL; ?>/index.php">Startseite</a>
                 <a href="<?php echo SITE_URL; ?>/cart.php">Warenkorb</a>
                 <a href="<?php echo SITE_URL; ?>/orders.php">Meine Bestellungen</a>
-                <a href="<?php echo SITE_URL; ?>/admin/">Admin</a>
             </nav>
         </div>
     </header>