Sequenzia/app/views/layouts/_news.php
2017-06-06 12:02:34 -04:00

9 lines
253 B
PHP
Executable File

<?php if (!CONFIG()->enable_news_ticker) return; ?>
<div id="news-ticker" style="display: none">
<ul>
<li><a href="https://9854.moe">Visit Winterchan</a></li>
</ul>
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
</div>