sorted advanced options, easier to browse
This commit is contained in:
parent
fb0513561f
commit
8b7f327440
@ -55,6 +55,7 @@ class SetupTheme extends Themelet {
|
||||
public function display_advanced(Page $page, $options) {
|
||||
$rows = "";
|
||||
$n = 0;
|
||||
ksort($options);
|
||||
foreach($options as $name => $value) {
|
||||
$h_value = html_escape($value);
|
||||
$len = strlen($h_value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user