You are here

function node_registration_type_settings_page_title in Node registration 7

Title callback for Node registration type settings page.

1 string reference to 'node_registration_type_settings_page_title'
node_registration_menu in ./node_registration.module
Implements hook_menu().

File

./node_registration.module, line 740

Code

function node_registration_type_settings_page_title($registration_type) {
  return $registration_type->name;
}