mirror of
https://github.com/moparisthebest/wallabag
synced 2024-10-31 15:35:05 -04:00
[fix] themes sorted A->Z #470
This commit is contained in:
parent
fddf4fbacc
commit
3ade95a3d7
@ -307,6 +307,8 @@ class Poche
|
|||||||
$themes[$theme] = $this->getThemeInfo($theme);
|
$themes[$theme] = $this->getThemeInfo($theme);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ksort($themes);
|
||||||
|
|
||||||
return $themes;
|
return $themes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
name = Dark Magenta
|
name = Dmagenta
|
||||||
requirements[] = default
|
requirements[] = default
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
name = Dark Solarized
|
name = Solarized Dark
|
||||||
requirements[] = default
|
requirements[] = default
|
||||||
|
Loading…
Reference in New Issue
Block a user