function ctools_contact_content_type_admin_title

Returns the administrative title for a type.

File

plugins/content_types/contact/contact.inc, line 57

Code

function ctools_contact_content_type_admin_title($subtype, $conf, $context) {
    return t('Contact form');
}