@@ -10,7 +10,7 @@ |
||
| 10 | 10 | * |
| 11 | 11 | */ |
| 12 | 12 | define('ANAX_INSTALL_PATH', realpath(__DIR__ . '/../') . '/'); |
| 13 | -define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/'); |
|
| 13 | +define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/'); |
|
| 14 | 14 | |
| 15 | 15 | |
| 16 | 16 | |
@@ -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 | |
| 10 | 10 | // Set the title of the page |
| 11 | 11 | $app->theme->setVariable('title', "Hello World Pagecontroller"); |
@@ -5,7 +5,7 @@ |
||
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | 7 | // Get environment & autoloader. |
| 8 | -include(__DIR__.'/config_pagecontroller.php'); |
|
| 8 | +include(__DIR__ . '/config_pagecontroller.php'); |
|
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | |
@@ -5,7 +5,7 @@ |
||
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | 7 | // Get environment & autoloader. |
| 8 | -require __DIR__.'/config_with_app.php'; |
|
| 8 | +require __DIR__ . '/config_with_app.php'; |
|
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | |