From bd03a82e8083cacb7f05949e4f983f23bb7c6ac1 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sun, 11 Feb 2018 19:56:19 +0100 Subject: [PATCH] remove title in tutorial - it is now set by the menu config --- source/development/examples/helloworld.rst | 2 -- 1 file changed, 2 deletions(-) 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'); }