@@ -31,8 +31,8 @@ discard block |
||
| 31 | 31 | */ |
| 32 | 32 | public static function loadStyleSheet($styleName) |
| 33 | 33 | { |
| 34 | - $stylesPath = __DIR__.'/../../../styles/'; |
|
| 35 | - return file_get_contents($stylesPath.$styleName.'.csl'); |
|
| 34 | + $stylesPath = __DIR__ . '/../../../styles/'; |
|
| 35 | + return file_get_contents($stylesPath . $styleName . '.csl'); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | */ |
| 44 | 44 | public static function loadLocales($langKey) |
| 45 | 45 | { |
| 46 | - $localesPath = __DIR__.'/../../../locales/'; |
|
| 47 | - return file_get_contents($localesPath."locales-".$langKey.'xml'); |
|
| 46 | + $localesPath = __DIR__ . '/../../../locales/'; |
|
| 47 | + return file_get_contents($localesPath . "locales-" . $langKey . 'xml'); |
|
| 48 | 48 | } |
| 49 | 49 | } |
| 50 | 50 | \ No newline at end of file |