You are here

function total_control_welcome_ctools_content_types in Total Control Admin Dashboard 6

Implementation of specially named hook_ctools_content_types()

File

plugins/content_types/welcome.inc, line 6

Code

function total_control_welcome_ctools_content_types() {
  return array(
    'single' => TRUE,
    'icon' => 'icon_node_form.png',
    'no title override' => TRUE,
    'title' => t('Welcome'),
    'description' => t('Intro to Total Control'),
    'category' => t('Total Control'),
  );
}