|
Lines 9-15
Link Here
|
| 9 |
[% END %] |
9 |
[% END %] |
| 10 |
|
10 |
|
| 11 |
[% BLOCK koha_news_block %] |
11 |
[% BLOCK koha_news_block %] |
| 12 |
[% IF ( news.content.count > 0 ) %] |
12 |
[% IF ( news.content && news.content.count > 0 ) %] |
| 13 |
<div id="[% news.location | html %]"> |
13 |
<div id="[% news.location | 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 |
- |
|
|