First Commit
This commit is contained in:
10
html/sternwarte/header.php
Normal file
10
html/sternwarte/header.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<div id="header">
|
||||
|
||||
|
||||
<?php /*error_reporting(E_ALL)*/;
|
||||
include 'config_stern.php';
|
||||
$zufall = mt_rand(1,12);
|
||||
?>
|
||||
|
||||
<img src="/bilder/header/header<?php echo $zufall; ?>.jpg" width="960" height="150" alt="Sternwarte Welzheim"/><!-- end #header --></div>
|
||||
|
||||
Reference in New Issue
Block a user