remove title in tutorial - it is now set by the menu config

pull/6/head
Fabian Franz 6 years ago
parent f5c7465bf5
commit 5962c0669b
No known key found for this signature in database
GPG Key ID: 1AFC202A193EDB5C

@ -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');
}

Loading…
Cancel
Save