We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3b50b commit 03cd84aCopy full SHA for 03cd84a
src/PatternLab/PatternEngine/Twig/PatternEngineRule.php
@@ -46,7 +46,7 @@ public function getPatternLoader($options = array()) {
46
*/
47
public function getFileSystemLoader($options = array()) {
48
49
- $twigLoader = new Twig_Loader_Filesystem($options["templatePath"]);
+ $twigLoader = new Twig_Loader_Filesystem(array($options["templatePath"],$options["partialsPath"]));
50
51
return new \Twig_Environment($twigLoader);
52
0 commit comments