Browse Source

Un-inline some crap

undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
43b6651031
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      design/publicheader.php

+ 1
- 1
design/publicheader.php View File

@@ -23,7 +23,7 @@ define('FOOTER_FILE',SERVER_ROOT.'/design/publicfooter.php');
<?
}
$img = array_diff(scandir(SERVER_ROOT.'/misc/bg', 1), array('.', '..')); ?>
<style> #content { background-image: url(<? echo("'/misc/bg/" . $img[rand(0,count($img)-1)] . "'"); ?>); }</style>
<meta id="bg_data" bg="<?=$img[rand(0,count($img)-1)]?>">
</head>
<body>
<div id="head">


Loading…
Cancel
Save