blob: b097d264afe4aa09cc6b3cc3418d2c3ff30403bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
$this->providePermission(
'boxydash',
$this->translate('View Boxy Dashboard')
);
$this->menuSection('Boxy Dashboard', array(
'url' => 'boxydash',
'icon' => 'dashboard',
'priority' => 20
));
|