You are here

function ctools_contact_content_type_admin_title in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 plugins/content_types/contact/contact.inc \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');
}