Lines 94-100
Link Here
|
94 |
</h4> |
94 |
</h4> |
95 |
<div class="newsbody">[% koha_new.content | $raw %]</div> |
95 |
<div class="newsbody">[% koha_new.content | $raw %]</div> |
96 |
<div class="newsfooter"> |
96 |
<div class="newsfooter"> |
97 |
Published on [% koha_new.timestamp | $KohaDates with_hours = 1 %] |
97 |
Published on [% koha_new.publicationdate | $KohaDates %] |
98 |
[% IF ( (newsdisp == 'opac' || newsdisp == 'both') && koha_new.borrowernumber ) %] |
98 |
[% IF ( (newsdisp == 'opac' || newsdisp == 'both') && koha_new.borrowernumber ) %] |
99 |
by <span class="newsauthor_title">[% koha_new.author_title | html %] </span>[% koha_new.author_firstname | html %] [% koha_new.author_surname | html %] |
99 |
by <span class="newsauthor_title">[% koha_new.author_title | html %] </span>[% koha_new.author_firstname | html %] [% koha_new.author_surname | html %] |
100 |
[% END %] |
100 |
[% END %] |
101 |
- |
|
|