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

' . t('Authentication Provider OST') . '

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