Alexander O'Neill 6 years ago
parent
commit
7cf2db8bb7
  1. 2
      bibcite_footnotes.module

2
bibcite_footnotes.module

@ -73,7 +73,7 @@ function bibcite_footnotes_preprocess_bibcite_footnote_list(&$variables) {
];
$notes['#attached']['library'][] = 'bibcite_footnotes/reference_footnote';
$dont_show_backlink_text = $config['dont_show_backlink_text'];
$dont_show_backlink_text = $config['reference_dont_show_backlink_text'];
$sort_references_by = $config['reference_sort_by'];
$citation_tools = new CitationTools();
foreach ($footnotes as $fn) {

Loading…
Cancel
Save