Dasbhoard draft fix

This commit is contained in:
Dennis Eichhorn 2016-07-22 21:22:44 +02:00
parent 87afaaea78
commit 762dbabec7
3 changed files with 4 additions and 7 deletions

View File

@ -3,7 +3,7 @@
use phpOMS\Router\RouteVerb;
return [
'^.*/backend/dashboard/list.*$' => [
'^.*/backend$' => [
[
'dest' => '\Modules\Dashboard\Controller:viewDashboard',
'verb' => RouteVerb::GET,

View File

@ -1,4 +1,5 @@
<?php include __DIR__ . '/../../../News/Theme/Backend/dashbaord-news.tpl.php' ;?>
<?php include __DIR__ . '/../../../News/Theme/Backend/dashboard-news.tpl.php' ;?>
<?php include __DIR__ . '/../../../Calendar/Theme/Backend/dashboard-calendar.tpl.php' ;?>
<?php include __DIR__ . '/../../../Tasks/Theme/Backend/dashboard-task.tpl.php' ;?>
<?php include __DIR__ . '/../../../Reporter/Theme/Backend/dashboard-report.tpl.php' ;?>
<?php include __DIR__ . '/../../../Reporter/Theme/Backend/dashboard-reporter.tpl.php' ;?>
daten

View File

@ -1,4 +0,0 @@
<?php include __DIR__ . '/../../../News/Theme/Backend/dashbaord-news.tpl.php' ;?>
<?php include __DIR__ . '/../../../Calendar/Theme/Backend/dashboard-calendar.tpl.php' ;?>
<?php include __DIR__ . '/../../../Tasks/Theme/Backend/dashboard-task.tpl.php' ;?>
<?php include __DIR__ . '/../../../Reporter/Theme/Backend/dashboard-report.tpl.php' ;?>