You are here

function total_control_overview_content_content_type_admin_title in Total Control Admin Dashboard 6

Same name and namespace in other branches
  1. 6.2 plugins/content_types/overview_content.inc \total_control_overview_content_content_type_admin_title()
  2. 7.2 plugins/content_types/overview_content.inc \total_control_overview_content_content_type_admin_title()

File

plugins/content_types/overview_content.inc, line 19

Code

function total_control_overview_content_content_type_admin_title($subtype, $conf, $context) {
  return t('Content Overview');
}