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.
14 lines
349 B
HTML
14 lines
349 B
HTML
<article id='article-<?=$id?>' class='row article'>
|
|
<div class='medium-3 columns'>
|
|
<?=$image?>
|
|
</div>
|
|
<div class='medium-9 columns'>
|
|
<h4 class='tobheader'><small><?=strftime('%d %b %Y', $date)?></small></h4>
|
|
<a href='<?=$url?>'><h3><?=$title?></h3></a>
|
|
<p>
|
|
<?=$body?>
|
|
</p>
|
|
</div>
|
|
</article><!-- #article-7 -->
|
|
<hr>
|