| 1 | <?php |
||
| 16 | class SidebarMenu extends \hipanel\base\Menu implements \yii\base\BootstrapInterface |
||
| 17 | { |
||
| 18 | protected $_addTo = 'sidebar'; |
||
| 19 | |||
| 20 | protected $_where = [ |
||
| 21 | 'after' => ['domains', 'tickets', 'finance', 'clients', 'dashboard'], |
||
| 22 | 'before' => ['hosting'], |
||
| 23 | ]; |
||
| 24 | |||
| 25 | public function items() |
||
| 50 | } |
||
| 51 |