mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
remove title in tutorial - it is now set by the menu config
This commit is contained in:
parent
f5c7465bf5
commit
bd03a82e80
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue