maj
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user