test/layout: new temporary playground for layout

This commit is contained in:
Thomas Gelf 2014-10-20 16:30:15 +02:00
parent d2e693ec2a
commit d759fec27b
2 changed files with 15 additions and 0 deletions

View file

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

View file

@ -0,0 +1,3 @@
<div class="content">
<h1>Testlayout</h1>
</div>