Lines 10-16
Link Here
|
10 |
|
10 |
|
11 |
[% BLOCK koha_news_block %] |
11 |
[% BLOCK koha_news_block %] |
12 |
[% IF ( news.content && news.content.count > 0 ) %] |
12 |
[% IF ( news.content && news.content.count > 0 ) %] |
13 |
<div id="[% news.location | html %]"> |
13 |
<div class="[% news.location | lower | html %]"> |
14 |
[% FOREACH n IN news.content %] |
14 |
[% FOREACH n IN news.content %] |
15 |
<div class="[% n.lang | html %]_item"> |
15 |
<div class="[% n.lang | html %]_item"> |
16 |
[% IF ( n.title && news.blocktitle ) %] |
16 |
[% IF ( n.title && news.blocktitle ) %] |