@@ -167,8 +167,8 @@ |
||
| 167 | 167 | { |
| 168 | 168 | if (($themeName = $this->configuration->getTheme())) |
| 169 | 169 | { |
| 170 | - $themePath = "../_themes/${themeName}/_sass"; |
|
| 171 | - $content = preg_replace("/(@import ['\"])(@theme)(.+)/", "$1${themePath}$3", $content); |
|
| 170 | + $themePath = "../_themes/${themename}/_sass"; |
|
| 171 | + $content = preg_replace("/(@import ['\"])(@theme)(.+)/", "$1${themepath}$3", $content); |
|
| 172 | 172 | } |
| 173 | 173 | } |
| 174 | 174 | |