Sequenzia/app/views/layouts/_news.php
2016-09-14 04:32:20 -04:00

9 lines
340 B
PHP
Executable File

<?php if (!CONFIG()->enable_news_ticker) return; ?>
<div id="news-ticker" style="display: none">
<ul>
<li>Sequenzia @ <a href="https://code.acr.moe/kazari/myimouto">ACR Code</a>, 100% Open! NEW! Ultra Dense Layout! More Content, Less Waste!</li>
</ul>
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
</div>