一个新的主题

pull/61/head
pangbo95 2020-05-16 16:22:06 +08:00
parent c5cf5b7fae
commit 61c7d0bb1f
2 changed files with 1411 additions and 0 deletions

View File

@ -2211,6 +2211,7 @@ function render_list($path = '', $files = '')
while (strpos($html, '<!--constStr@UploadFile-->')) $html = str_replace('<!--constStr@UploadFile-->', getconstStr('UploadFile'), $html);
while (strpos($html, '<!--constStr@UploadFolder-->')) $html = str_replace('<!--constStr@UploadFolder-->', getconstStr('UploadFolder'), $html);
while (strpos($html, '<!--IsPreview?-->')) $html = str_replace('<!--IsPreview?-->', (isset($_GET['preview'])?'?preview&':'?'), $html);
while (strpos($html, '<!--constStr@FileSelected-->')) $html = str_replace('<!--constStr@FileSelected-->', getconstStr('FileSelected'), $html);
$tmp = splitfirst($html, '<!--BackgroundStart-->');
$html = $tmp[0];

1410
theme/nchyn_grey.html Normal file

File diff suppressed because it is too large Load Diff