Sequenzia/app/views/layouts/_news.php
2013-10-27 11:02:35 -05:00

9 lines
283 B
PHP
Executable File

<?php if (!CONFIG()->enable_news_ticker) return; ?>
<div id="news-ticker" style="display: none">
<ul>
<li>MyImouto is now on <a href="https://github.com/myimouto/myimouto">GitHub</a>.</li>
</ul>
<a href="#" id="close-news-ticker-link"><?= $this->t('.close') ?></a>
</div>