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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user