sorted advanced options, easier to browse

This commit is contained in:
Shish 2009-11-12 09:13:21 +00:00
parent 180afca67a
commit 831dc3449c

View File

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