function ctools_user_contact_content_type_admin_title

Returns the administrative title for a type.

File

plugins/content_types/contact/user_contact.inc, line 63

Code

function ctools_user_contact_content_type_admin_title($subtype, $conf, $context) {
    return t('User contact form');
}