@@ -, +, @@ author --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -107,12 +107,10 @@
[% koha_new.content | $raw %]
[% published_on = BLOCK %][% koha_new.published_on | $KohaDates %][% END %] - [% author = BLOCK %] - [% IF ( (newsdisp == 'opac' || newsdisp == 'both') && koha_new.borrowernumber ) %] + [% IF ( (newsdisp == 'opac' || newsdisp == 'both') && koha_new.borrowernumber ) %] + [% author = BLOCK %] [% koha_new.author_title | html %] [% koha_new.author_firstname | html %] [% koha_new.author_surname | html %] [% END %] - [% END %] - [% IF author %] [% t('Published on {published_on} by {author}') | html | $Expand published_on = published_on, author = author %] [% ELSE %] [% t('Published on {published_on}') | html | $Expand published_on = published_on %] --