Signed-off-by: Nchyn <6263075@163.com>
fix singledisk bug (theme/nchyn_grey.html) add "FileSelected"pull/62/head
parent
72bcd304bf
commit
c6f4e3639f
|
@ -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@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, '<!--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, '<!--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-->');
|
$tmp = splitfirst($html, '<!--BackgroundStart-->');
|
||||||
$html = $tmp[0];
|
$html = $tmp[0];
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue