diff --git a/source/development/examples/helloworld.rst b/source/development/examples/helloworld.rst index 1f0746b8..70c207c2 100644 --- a/source/development/examples/helloworld.rst +++ b/source/development/examples/helloworld.rst @@ -188,8 +188,6 @@ IndexController.php and contents: { public function indexAction() { - // set page title, used by the standard template in layouts/default.volt. - $this->view->title = "Hello World"; // pick the template to serve to our users. $this->view->pick('OPNsense/HelloWorld/index'); }