소스 검색

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">


불러오는 중...
취소
저장