|
Lines 26-31
Link Here
|
| 26 |
<div class="col-sm-3"> |
26 |
<div class="col-sm-3"> |
| 27 |
[% IF ( koha_news.count ) %] |
27 |
[% IF ( koha_news.count ) %] |
| 28 |
<div id="area-news"> |
28 |
<div id="area-news"> |
|
|
29 |
<iframe src="https://panzi.github.io/Browser-Ponies/ponies-iframe.html#fadeDuration=500&volume=1&fps=25&speed=3&audioEnabled=false&showFps=false&showLoadProgress=true&speakProbability=0.1&spawn.applejack=1&spawn.fluttershy=1&spawn.pinkie%20pie=1&spawn.rainbow%20dash=1&spawn.rarity=1&spawn.twilight%20sparkle=1&spawnRandom=1&paddock=true&grass=true" style="overflow:hidden;border-style:none;margin:0;padding:0;background:transparent;width:400px;600px;" width="400" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe> |
| 30 |
<!-- |
| 29 |
<h3><span class="news_title">News</span></h3> |
31 |
<h3><span class="news_title">News</span></h3> |
| 30 |
[% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %] |
32 |
[% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %] |
| 31 |
[% FOREACH koha_new IN koha_news %] |
33 |
[% FOREACH koha_new IN koha_news %] |
|
Lines 40-45
Link Here
|
| 40 |
</p> |
42 |
</p> |
| 41 |
</div> |
43 |
</div> |
| 42 |
[% END %] |
44 |
[% END %] |
|
|
45 |
--> |
| 43 |
</div><!-- /additional-contents --> |
46 |
</div><!-- /additional-contents --> |
| 44 |
[% END %] |
47 |
[% END %] |
| 45 |
[% IF ( daily_quote ) %] |
48 |
[% IF ( daily_quote ) %] |
| 46 |
- |
|
|