瀏覽代碼

Un-inline some crap

undefined
spaghetti 7 年之前
committed by Tomochin
父節點
當前提交
43b6651031
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      design/publicheader.php

+ 1
- 1
design/publicheader.php 查看文件

@@ -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…
取消
儲存