Archived
Further improve theme ordering
Stabilizes output of the recommended themes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user