@@ -1,8 +1,8 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This is a Anax pagecontroller. |
|
| 4 | - * |
|
| 5 | - */ |
|
| 3 | + * This is a Anax pagecontroller. |
|
| 4 | + * |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | // Get environment & autoloader and the $app-object. |
| 8 | 8 | require __DIR__.'/config_with_app.php'; |
@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | |
| 12 | 12 | // Prepare the page content |
| 13 | 13 | $app->theme->setVariable('title', "Hello World Pagecontroller") |
| 14 | - ->setVariable('main', " |
|
| 14 | + ->setVariable('main', " |
|
| 15 | 15 | <h1>Hello World Pagecontroller</h1> |
| 16 | 16 | <p>This is a sample pagecontroller that shows how to use Anax.</p> |
| 17 | 17 | "); |