Bug 11529: Add templates for biblio title display. Unify display.
[srvgit] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-reserve.tt
index 68a08bd..64263ef 100644 (file)
                                     [% END # / bibitemloo.holdable %]
 
                                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% bibitemloo.biblionumber | html %]">
-                                        [% bibitemloo.title | html %]
-                                        [% IF ( bibitemloo.subtitle ) %]
-                                            [% FOREACH subtitl IN bibitemloo.subtitle %]
-                                                [% subtitl | html %]
-                                            [% END %]
-                                        [% END %]
+                                        [% INCLUDE 'biblio-title.inc' biblio=bibitemloo %]
                                     </a>
                                     [% IF ( bibitemloo.author ) %],  by [% bibitemloo.author | html %][% END %]
                                 </p>