diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-20 13:29:53 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-20 13:29:53 +0100 |
commit | 3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794 (patch) | |
tree | 46aff1e6e8ac02f22e2bbe07c6271d71dffee2de | |
parent | fddf4fbacc1b1e9fdacd31ab6d0483bdc6f87a99 (diff) | |
download | wallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.tar.gz wallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.tar.zst wallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.zip |
[fix] themes sorted A->Z #470
-rwxr-xr-x | inc/poche/Poche.class.php | 2 | ||||
-rw-r--r-- | themes/dmagenta/theme.ini | 2 | ||||
-rw-r--r-- | themes/solarized-dark/theme.ini | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index d92fbf08..e7985cf1 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -307,6 +307,8 @@ class Poche | |||
307 | $themes[$theme] = $this->getThemeInfo($theme); | 307 | $themes[$theme] = $this->getThemeInfo($theme); |
308 | } | 308 | } |
309 | 309 | ||
310 | ksort($themes); | ||
311 | |||
310 | return $themes; | 312 | return $themes; |
311 | } | 313 | } |
312 | 314 | ||
diff --git a/themes/dmagenta/theme.ini b/themes/dmagenta/theme.ini index 24ff3c4a..78fa3a9c 100644 --- a/themes/dmagenta/theme.ini +++ b/themes/dmagenta/theme.ini | |||
@@ -1,2 +1,2 @@ | |||
1 | name = Dark Magenta | 1 | name = Dmagenta |
2 | requirements[] = default | 2 | requirements[] = default |
diff --git a/themes/solarized-dark/theme.ini b/themes/solarized-dark/theme.ini index 7b6b341e..c9948146 100644 --- a/themes/solarized-dark/theme.ini +++ b/themes/solarized-dark/theme.ini | |||
@@ -1,2 +1,2 @@ | |||
1 | name = Dark Solarized | 1 | name = Solarized Dark |
2 | requirements[] = default | 2 | requirements[] = default |