1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/styles/dynamic.php
2010-12-28 10:29:06 +00:00

17 lines
351 B
CSS

<?php /* vim: set filetype=css : */
$str = date(DATE_RSS, strtotime("+1 hour"));
header("Expires: $str");
header("Content-Type: text/css");
?>
<?php if (rand(1, 9000) == 1337): ?>
#headhome {
background: url(/images/ele-running.gif) no-repeat -10px;
position: relative;
z-index: 1;
}
#headhome a {
background: none;
}
<?php endif ?>