Signed-off-by: Nchyn <6263075@163.com>

fix singledisk bug (theme/nchyn_grey.html)
add "FileSelected"
pull/62/head
Nchyn 2020-05-16 23:51:16 +08:00
parent 72bcd304bf
commit c6f4e3639f
2 changed files with 1415 additions and 0 deletions

View File

@ -2212,6 +2212,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];

1414
theme/nchyn_grey.html Normal file

File diff suppressed because it is too large Load Diff