sorted advanced options, easier to browse

This commit is contained in:
Shish 2009-11-12 09:13:21 +00:00
parent fb0513561f
commit 8b7f327440

View File

@ -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);