aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-15 13:08:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-15 13:08:46 -0200
commitc33d76cd586158deed9dbd97d94aa1f309b82c0e (patch)
tree9f62b4dbf4cfc7159d4865c6289d6e12ed8f382e /muamba.module
parent2295fe29c395bc6b6306b2f11f187d26253ec54e (diff)
downloadmuamba-c33d76cd586158deed9dbd97d94aa1f309b82c0e.tar.gz
muamba-c33d76cd586158deed9dbd97d94aa1f309b82c0e.tar.bz2
Optionally reject all other pending requests
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module10
1 files changed, 10 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index b03dea8..f951210 100644
--- a/muamba.module
+++ b/muamba.module
@@ -38,6 +38,16 @@ function muamba_permission() {
* Implements hook_menu()
*/
function muamba_menu() {
+ $items['admin/config/system/muamba'] = array(
+ 'title' => 'Muamba Configuration',
+ 'description' => 'Configure options for Muamba System',
+ 'page callback' => 'drupal_get_form',
+ 'page arguments' => array('muamba_config_form'),
+ 'access arguments' => array('administer muamba'),
+ 'file' => 'muamba.admin.inc',
+ 'type' => MENU_NORMAL_ITEM,
+ );
+
$items['muamba'] = array(
'title' => 'My items',
'page callback' => 'muamba',