Koha/koha-tmpl/intranet-tmpl/prog/en/includes/shortcut.inc
Jonathan Druart 2d76bfa5dd
Bug 32910: Adjust fontawesome icons ref
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-06-12 11:52:08 -03:00

7 lines
279 B
HTML

<nav id="shortcut" class="shortcut">
[% IF Koha.Preference('showLastPatron') %]
[% INCLUDE 'last-borrower.inc' %]
[% END %]
<a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa-solid fa-circle-question"></i> <span>Help</span></a>
</nav>