Lines 281-287
Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div>
Link Here
|
281 |
[% FOREACH location IN [ '', 'OpacNavRight' ] %] |
281 |
[% FOREACH location IN [ '', 'OpacNavRight' ] %] |
282 |
[% IF ( location == '' ) %] |
282 |
[% IF ( location == '' ) %] |
283 |
[% SET location_lang = lang_lis.language %] |
283 |
[% SET location_lang = lang_lis.language %] |
284 |
[% SET location = "OPAC news" %] |
284 |
[% SET location = BLOCK %]OPAC news[% END %] |
285 |
[% ELSE %] |
285 |
[% ELSE %] |
286 |
[% SET location_lang = location _ "_" _ lang_lis.language %] |
286 |
[% SET location_lang = location _ "_" _ lang_lis.language %] |
287 |
[% END %] |
287 |
[% END %] |
288 |
- |
|
|