mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
[fix] themes sorted A->Z #470
This commit is contained in:
parent
fddf4fbacc
commit
3ade95a3d7
3 changed files with 4 additions and 2 deletions
|
@ -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 a new issue