diff options
Diffstat (limited to 'configuration.php')
-rw-r--r-- | configuration.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configuration.php b/configuration.php new file mode 100644 index 0000000..b097d26 --- /dev/null +++ b/configuration.php @@ -0,0 +1,13 @@ +<?php + +$this->providePermission( + 'boxydash', + $this->translate('View Boxy Dashboard') +); + +$this->menuSection('Boxy Dashboard', array( + 'url' => 'boxydash', + 'icon' => 'dashboard', + 'priority' => 20 +)); + |