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
283 B
Plaintext
17 lines
283 B
Plaintext
2 years ago
|
<?php
|
||
|
/**
|
||
|
* \file
|
||
|
* Generate news banner for listing pages.
|
||
|
*/
|
||
|
?>
|
||
2 years ago
|
<div class="banner">
|
||
2 years ago
|
<span class="banner-note">
|
||
2 years ago
|
news banner
|
||
2 years ago
|
</span>
|
||
2 years ago
|
<p class="banner-title">Title</p>
|
||
2 years ago
|
|
||
2 years ago
|
<p
|
||
|
class="banner-subtitle"
|
||
2 years ago
|
>Description with <a href="#" title="sample link">link</a>.</p>
|
||
2 years ago
|
</div>
|