@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is an Anax pagecontroller. |
|
4 | - * |
|
5 | - */ |
|
3 | + * This is an Anax pagecontroller. |
|
4 | + * |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | // Get environment & autoloader and the $app-object. |
8 | 8 | require __DIR__.'/config_with_app.php'; |
@@ -5,7 +5,7 @@ |
||
5 | 5 | */ |
6 | 6 | |
7 | 7 | // Get environment & autoloader and the $app-object. |
8 | -require __DIR__.'/config_with_app.php'; |
|
8 | +require __DIR__ . '/config_with_app.php'; |
|
9 | 9 | $app->theme->configure(ANAX_APP_PATH . 'config/theme.php'); |
10 | 10 | |
11 | 11 |