Sort themes alphabetically in config list

This commit is contained in:
NumEricR 2013-10-05 11:03:41 +02:00
parent 89812ec81c
commit 2287bf06f5
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ class Poche
$themes[] = array('name' => $theme, 'current' => $current);
}
sort($themes);
return $themes;
}