icingaweb2-module-businessp.../application/controllers/TestController.php

13 lines
211 B
PHP
Raw Normal View History

<?php
use Icinga\Web\Controller\ModuleActionController;
class Bpapp_TestController extends ModuleActionController
{
public function layoutAction()
{
$this->view->title = 'Testlayout';
}
}