You are here

function total_control_overview_user_content_type_admin_title in Total Control Admin Dashboard 6.2

Same name and namespace in other branches
  1. 6 plugins/content_types/overview_user.inc \total_control_overview_user_content_type_admin_title()
  2. 7.2 plugins/content_types/overview_user.inc \total_control_overview_user_content_type_admin_title()

'Admin title' callback for the content type.

File

plugins/content_types/overview_user.inc, line 39
overview_user.inc

Code

function total_control_overview_user_content_type_admin_title($subtype = NULL, $conf = NULL, $context = NULL) {
  return t('Overview of user accounts');
}