diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 1a65538..6325adc 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -271,6 +271,7 @@ class Poche $themes[] = array('name' => $theme, 'current' => $current); } + sort($themes); return $themes; }