From 8b7f3274406d6cfc456dfd8ce89044c37eebdc70 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 12 Nov 2009 09:13:21 +0000 Subject: [PATCH] sorted advanced options, easier to browse --- ext/setup/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/setup/theme.php b/ext/setup/theme.php index 98aaf1ac..afcb9f09 100644 --- a/ext/setup/theme.php +++ b/ext/setup/theme.php @@ -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);