Templating

This commit is contained in:
Dennis Eichhorn 2016-07-03 15:30:25 +02:00
parent b3d27d5a9c
commit c23da008c0
3 changed files with 0 additions and 55 deletions

View File

@ -13,23 +13,6 @@
"permission": null,
"parent": 0,
"children": [
{
"id": 1001606001,
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd",
"type": 2,
"subtype": 1,
"name": "Analysis",
"uri": "/{/lang}/backend/sales/analysis",
"target": "self",
"icon": null,
"order": 15,
"from": 1001600000,
"permission": null,
"parent": 1001601001,
"children": [
]
}
]
}
]

View File

@ -1,19 +0,0 @@
<?php
/**
* Orange Management
*
* PHP Version 7.0
*
* @category TBD
* @package TBD
* @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright 2013 Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://orange-management.com
*/
/**
* @var \phpOMS\Views\View $this
*/
echo $this->getData('nav')->render(); ?>

View File

@ -1,19 +0,0 @@
<?php
/**
* Orange Management
*
* PHP Version 7.0
*
* @category TBD
* @package TBD
* @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright 2013 Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://orange-management.com
*/
/**
* @var \phpOMS\Views\View $this
*/
echo $this->getData('nav')->render(); ?>