Procházet zdrojové kódy

making footer links prod

Medowar před 1 měsícem
rodič
revize
2b01b89590
1 změnil soubory, kde provedl 3 přidání a 6 odebrání
  1. 3 6
      includes/footer.php

+ 3 - 6
includes/footer.php

@@ -2,13 +2,10 @@
     </main>
     <footer>
         <div class="container">
-            <p>&copy; <?php echo date('Y'); ?> <?php echo SITE_NAME; ?>. Alle Rechte vorbehalten.</p>
+            <p>Freiwillige Feuerwehr Freising e.V.</p>
             <nav class="footer-links" aria-label="Rechtliche Hinweise">
-                <a href="https://example.com/impressum">Impressum</a>
-                <a href="https://example.com/datenschutz">Datenschutzerklaerung</a>
-                <a href="https://example.com/widerruf">Widerrufsbelehrung</a>
-                <a href="https://example.com/agb">AGB</a>
-                <a href="https://example.com/versand-zahlung">Versand und Zahlungsbedingungen</a>
+                <a href="https://www.feuerwehr-freising.de/impressum">Impressum</a>
+                <a href="https://www.feuerwehr-freising.de/datenschutz/">Datenschutzerklärung</a>
             </nav>
         </div>
     </footer>