Sequenzia/app/views/layouts/_news.php

10 lines
439 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>
2016-09-15 23:52:42 +02:00
<li>Sequenzia @ <a href="https://code.acr.moe/kazari/myimouto">ACR Code</a>! Feel free to modify and fork your own server!!</li>
<li>NEW! Ultra compact layout! More Content, Less Waste! More updates to colors! Please leave feedback!!</li>
2013-10-27 01:06:58 +02:00
</ul>
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
</div>