1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Themes: sort partials, templates and fieldsets!

This commit is contained in:
Awilum
2018-12-26 02:11:26 +03:00
parent 626919fccf
commit a1c008dc6b

View File

@@ -137,6 +137,9 @@ class Themes
}
}
// sort partials
sort($partials);
// return partials
return $partials;
}
@@ -164,6 +167,9 @@ class Themes
}
}
// sort templates
sort($templates);
// return templates
return $templates;
}
@@ -192,6 +198,9 @@ class Themes
}
}
// sort fieldsets
sort($fieldsets);
// return fieldsets
return $fieldsets;
}