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

' . t('Inline footnote links for BibCite References') . '

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