You are here

function total_control_node_types_content_type_admin_title in Total Control Admin Dashboard 6.2

Same name and namespace in other branches
  1. 7.2 plugins/content_types/node_types.inc \total_control_node_types_content_type_admin_title()

'Admin title' callback for the content type.

ctools_plugin_example_total_control_node_types_content_type_admin_title.

File

plugins/content_types/node_types.inc, line 41
panel_pages.inc

Code

function total_control_node_types_content_type_admin_title($subtype, $conf, $context) {
  return t('Administer Content types');
}