You are here

function node_registration_type_page_title in Node registration 7

Page title callback for the Node registration type (admin) pages.

File

includes/node_registration.entity.inc, line 90
Entity hooks and callbacks for registrations.

Code

function node_registration_type_page_title($bundle) {
  return $bundle['label'];
}