You are here

function total_control_menus_content_type_admin_title in Total Control Admin Dashboard 7.2

Same name and namespace in other branches
  1. 6.2 plugins/content_types/menus.inc \total_control_menus_content_type_admin_title()

'Admin title' callback for the content type.

File

plugins/content_types/menus.inc, line 24

Code

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