From 3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 20 Feb 2014 13:29:53 +0100 Subject: [fix] themes sorted A->Z #470 --- inc/poche/Poche.class.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/poche') 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 $themes[$theme] = $this->getThemeInfo($theme); } + ksort($themes); + return $themes; } -- cgit v1.2.3