Skip to content
Snippets Groups Projects
Commit 6cc26e91 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #18012 [finc] move toc template to accessibility theme, add comments

parent 4a2593da
No related merge requests found
<!-- finc-accessibility: RecordTab - toc -->
<?php /**
* copy of VuFind-version, adds empty lang-attribute to <li>s
*/
?>
?>
<?php
// Set page title.
$this->headTitle($this->translate('Table of Contents') . ': ' . $this->driver->getBreadcrumb());
......@@ -26,3 +32,4 @@
<?php else: ?>
<?=$this->transEsc('Table of Contents unavailable')?>.
<?php endif; ?>
<!-- finc-accessibility: RecordTab - toc - END -->
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment