style desktop nav panel
This commit is contained in:
parent
57e9ca74da
commit
81454b3e4e
16 changed files with 157 additions and 136 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
return array(
|
||||
'debug' => true,
|
||||
'panel' => [
|
||||
'panel' => array(
|
||||
'menu' => require __DIR__ . '/menu.php',
|
||||
],
|
||||
'routes' => [
|
||||
),
|
||||
'routes' => array(
|
||||
require __DIR__ . '/routes/virtual-author.php',
|
||||
require __DIR__ . '/routes/virtual-category.php',
|
||||
]
|
||||
];
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue