Further improve theme ordering

Stabilizes output of the recommended themes
This commit is contained in:
onli
2016-10-10 18:43:03 +02:00
parent 31799a28c0
commit d9b1baab76
+1
View File
@@ -180,6 +180,7 @@ $data['recommended_templates'] = array();
foreach($themes AS $theme) {
$stack[$theme] = serendipity_fetchTemplateInfo($theme);
}
ksort($stack);
foreach ($stack as $theme => $info) {
/* Sorry, but we don't display engines */