1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 00:24:15 +02:00

Themes: remove sorting here, we will use it separately

This commit is contained in:
Awilum
2018-12-26 02:58:16 +03:00
parent 906fe0b71f
commit 6b04e40bc5

View File

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