This commit is contained in:
2018-09-19 21:43:25 +02:00
parent 1c407a4328
commit f9d3d02e74
482 changed files with 31736 additions and 9897 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class Quark extends Theme
public function onTwigLoader()
{
$theme_paths = Grav::instance()['locator']->findResources('theme://images');
foreach(array_reverse($theme_paths) as $images_path) {
foreach($theme_paths as $images_path) {
$this->grav['twig']->addPath($images_path, 'images');
}
}