9 lines
267 B
PHP
Executable File
9 lines
267 B
PHP
Executable File
<?php if (!CONFIG()->enable_news_ticker) return; ?>
|
|
<div id="news-ticker" style="display: none">
|
|
<ul>
|
|
<li>Come visit Winterchan (<a href="https://9854.moe">HTTPS</a>)!</li>
|
|
</ul>
|
|
|
|
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
|
|
</div>
|