@@ -8,12 +8,12 @@ |
||
| 8 | 8 | |
| 9 | 9 | require_once($rootPath.'configs/bfw-fenom/config.php'); |
| 10 | 10 | |
| 11 | -if($pathTemplate !== '') |
|
| 11 | +if ($pathTemplate !== '') |
|
| 12 | 12 | { |
| 13 | 13 | $pathTemplate = $rootPath.$pathTemplate; |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | -if(is_string($pathCompiled) && $pathCompiled !== '') |
|
| 16 | +if (is_string($pathCompiled) && $pathCompiled !== '') |
|
| 17 | 17 | { |
| 18 | 18 | $pathCompiled = $rootPath.$pathCompiled; |
| 19 | 19 | } |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | */ |
| 25 | 25 | $fenomOptions = array(); |
| 26 | 26 | |
| 27 | -if($BFWKernel->getDebug()) |
|
| 27 | +if ($BFWKernel->getDebug()) |
|
| 28 | 28 | { |
| 29 | 29 | $fenomOptions['auto_reload'] = true; |
| 30 | 30 | } |