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

' . t('Company module is for companies content type for placements') . '

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