一个新的主题
parent
c5cf5b7fae
commit
61c7d0bb1f
|
@ -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@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