You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
315 B
PHP
17 lines
315 B
PHP
<?php
|
|
/**
|
|
* \file
|
|
* Generate news banner for listing pages.
|
|
*/
|
|
?>
|
|
<div class="banner">
|
|
<span class="banner-note">
|
|
news banner
|
|
</span>
|
|
<p class="banner-title">Search rankings? Check. ✔️</p>
|
|
|
|
<p
|
|
class="banner-subtitle"
|
|
>Next stop? <a href="/support/" title="Support us">You decide</a>.</p>
|
|
</div>
|