forked from wallabag/wallabag
Sort themes alphabetically in config list
This commit is contained in:
@ -271,6 +271,7 @@ class Poche
|
||||
$themes[] = array('name' => $theme, 'current' => $current);
|
||||
}
|
||||
|
||||
sort($themes);
|
||||
return $themes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user