]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[fix] themes sorted A->Z #470
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 20 Feb 2014 12:29:53 +0000 (13:29 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 20 Feb 2014 12:29:53 +0000 (13:29 +0100)
inc/poche/Poche.class.php
themes/dmagenta/theme.ini
themes/solarized-dark/theme.ini

index d92fbf086c36f01e9166f698a824867a5b6a9c63..e7985cf111823a7bd954f2161ee108e15d135581 100755 (executable)
@@ -307,6 +307,8 @@ class Poche
             $themes[$theme] = $this->getThemeInfo($theme);
         }
 
+        ksort($themes);
+
         return $themes;
     }
 
index 24ff3c4a139f718be7fa37f19ec7f15499caf0c6..78fa3a9c958adb6bc9232e4605bbcd0b2013f43f 100644 (file)
@@ -1,2 +1,2 @@
-name = Dark Magenta
+name = Dmagenta
 requirements[] = default
index 7b6b341ecb7e60b5227855f0bcd706e4ca38b5ae..c994814645f91a980cd8ae65b6500e8a67258f6f 100644 (file)
@@ -1,2 +1,2 @@
-name = Dark Solarized
+name = Solarized Dark
 requirements[] = default