pinealservo-com/templates/post.html

9 lines
113 B
HTML
Raw Normal View History

2013-09-05 22:05:24 +00:00
<div class="info">
<em>Posted on $date$
$if(author)$
by $author$
$endif$</em>
</div>
$body$