You are here

function total_control_blocks_content_type_admin_title in Total Control Admin Dashboard 7.2

'Admin title' callback for the content type.

File

plugins/content_types/blocks.inc, line 23

Code

function total_control_blocks_content_type_admin_title($subtype = NULL, $conf = NULL, $context = NULL) {
  return t('Manage Blocks');
}