Sequenzia/app/views/layouts/_news.php

9 lines
267 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?php if (!CONFIG()->enable_news_ticker) return; ?>
<div id="news-ticker" style="display: none">
<ul>
2017-01-15 14:12:33 +01:00
<li>Come visit Winterchan (<a href="https://9854.moe">HTTPS</a>)!</li>
2013-10-27 01:06:58 +02:00
</ul>
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
</div>