aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-20 13:29:53 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-20 13:29:53 +0100
commit3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794 (patch)
tree46aff1e6e8ac02f22e2bbe07c6271d71dffee2de
parentfddf4fbacc1b1e9fdacd31ab6d0483bdc6f87a99 (diff)
downloadwallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.tar.gz
wallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.tar.zst
wallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.zip
[fix] themes sorted A->Z #470
-rwxr-xr-xinc/poche/Poche.class.php2
-rw-r--r--themes/dmagenta/theme.ini2
-rw-r--r--themes/solarized-dark/theme.ini2
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 @@
1name = Dark Magenta 1name = Dmagenta
2requirements[] = default 2requirements[] = 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 @@
1name = Dark Solarized 1name = Solarized Dark
2requirements[] = default 2requirements[] = default