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

This commit is contained in:
Fabian Franz 2018-02-11 19:56:19 +01:00 committed by Franco Fichtner
parent f5c7465bf5
commit bd03a82e80

View file

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