mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
12 lines
157 B
PHP
12 lines
157 B
PHP
<hr>
|
|
<p>
|
|
Das ist mein Footer. Der soll auf jeder Seite erscheinen.
|
|
<p>
|
|
Das aktuelle Datum:
|
|
|
|
<?php
|
|
$datum = date("d.m.Y, H:i \h");
|
|
echo $datum;
|
|
?>
|
|
</p>
|