function modr8_settings in modr8 5
Same name and namespace in other branches
- 6 modr8.module \modr8_settings()
- 7 modr8.module \modr8_settings()
menu callback for settings form.
1 string reference to 'modr8_settings'
- modr8_menu in ./
modr8.module - Implementation of hook_menu().
File
- ./
modr8.module, line 151 - Easy dedicated content moderation
Code
function modr8_settings() {
require_once drupal_get_path('module', 'modr8') . '/modr8_admin.inc';
return drupal_get_form('modr8_settings_form');
}