Explorar el Código

making footer links prod

Medowar hace 1 mes
padre
commit
2b01b89590
Se han modificado 1 ficheros con 3 adiciones y 6 borrados
  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>