' . t('About') . ''; $output .= '
' . t('Administrative offices content type') . '
'; return $output; default: } } /** * Implements hook_theme(). */ function administrative_offices_theme() { return [ 'administrative_offices' => [ 'render element' => 'children', ], ]; }