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) {
|
public function display_advanced(Page $page, $options) {
|
||||||
$rows = "";
|
$rows = "";
|
||||||
$n = 0;
|
$n = 0;
|
||||||
|
ksort($options);
|
||||||
foreach($options as $name => $value) {
|
foreach($options as $name => $value) {
|
||||||
$h_value = html_escape($value);
|
$h_value = html_escape($value);
|
||||||
$len = strlen($h_value);
|
$len = strlen($h_value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user