Sequenzia/app/views/layouts/_news.php
2017-01-26 19:11:35 -05:00

9 lines
276 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">Winterchan</a> - <i>Jan 26</i>: Updated UI!</li>
</ul>
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
</div>