Update classic.php

This commit is contained in:
qkqpttgf
2020-01-03 17:03:03 +08:00
committed by GitHub
parent a4a4326d08
commit e3b93c7d3f
+1 -1
View File
@@ -110,7 +110,7 @@ function render_list($path, $files)
<option>Language</option> <option>Language</option>
<?php <?php
foreach ($constStr['languages'] as $key1 => $value1) { ?> foreach ($constStr['languages'] as $key1 => $value1) { ?>
<option value="<?php echo $key1; ?>"><?php echo $value1; ?></option> <option value="<?php echo $key1; ?>" <?php echo $key1==$constStr['language']?'selected="selected"':'' ?>><?php echo $value1; ?></option>
<?php <?php
} ?> } ?>
</select> </select>