mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-19 19:02:54 -05:00
test/layout: new temporary playground for layout
This commit is contained in:
parent
d2e693ec2a
commit
d759fec27b
2 changed files with 15 additions and 0 deletions
12
application/controllers/TestController.php
Normal file
12
application/controllers/TestController.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
use Icinga\Web\Controller\ModuleActionController;
|
||||
|
||||
class Bpapp_TestController extends ModuleActionController
|
||||
{
|
||||
public function layoutAction()
|
||||
{
|
||||
$this->view->title = 'Testlayout';
|
||||
}
|
||||
}
|
||||
|
||||
3
application/views/scripts/test/layout.phtml
Normal file
3
application/views/scripts/test/layout.phtml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="content">
|
||||
<h1>Testlayout</h1>
|
||||
</div>
|
||||
Loading…
Reference in a new issue