@@ -134,12 +134,12 @@ |
||
| 134 | 134 | |
| 135 | 135 | // Preapare template folders |
| 136 | 136 | $template_folders = [ |
| 137 | - $theme_template_path, // Load this path first |
|
| 138 | - $this->dir_path // Load this path second |
|
| 139 | - ]; |
|
| 140 | - $loader = new \Twig_Loader_Filesystem($template_folders); |
|
| 141 | - $this->adapter->setLoader($loader); |
|
| 142 | - return $this; |
|
| 137 | + $theme_template_path, // Load this path first |
|
| 138 | + $this->dir_path // Load this path second |
|
| 139 | + ]; |
|
| 140 | + $loader = new \Twig_Loader_Filesystem($template_folders); |
|
| 141 | + $this->adapter->setLoader($loader); |
|
| 142 | + return $this; |
|
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | } |
| 146 | 146 | \ No newline at end of file |