@@ -76,7 +76,7 @@ |
||
76 | 76 | /** @var StandaloneView $view */ |
77 | 77 | $view = $this->objectManager->get(StandaloneView::class); |
78 | 78 | |
79 | - $view->setLayoutRootPaths([$rootPath . '/Layouts']); |
|
79 | + $view->setLayoutRootPaths([$rootPath . '/Layouts']); |
|
80 | 80 | $view->setPartialRootPaths([$rootPath . '/Partials']); |
81 | 81 | $view->setTemplatePathAndFilename($rootPath . '/Templates/' . $template); |
82 | 82 | $view->assignMultiple($variables); |