' . t('About') . ''; $output .= '

' . t('Importing itp content type') . '

'; return $output; default: } } /** * Implements hook_theme(). */ function international_transfer_program_theme() { return [ 'international_transfer_program' => [ 'render element' => 'children', ], ]; }