mirror of
https://github.com/wallabag/wallabag.git
synced 2026-01-30 03:47:37 +01:00
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