This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
253 B
PHP
Raw Normal View History

2013-10-26 18:06:58 -05:00
<?php if (!CONFIG()->enable_news_ticker) return; ?>
<div id="news-ticker" style="display: none">
<ul>
2017-06-06 12:02:34 -04:00
<li><a href="https://9854.moe">Visit Winterchan</a></li>
2013-10-26 18:06:58 -05:00
</ul>
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
</div>