Removed unused templates

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-07-13 02:02:16 -04:00
parent c535ebde58
commit 4ed922d553
2 changed files with 0 additions and 17 deletions

View File

@ -1,4 +0,0 @@
<div class='info'>
Posted on $date$ $if(author)$ by $author$ $endif$
</div>
$body$

View File

@ -1,13 +0,0 @@
<div id='recent-posts-nojs'>
<strong>Recent Posts</strong>
<ul>
$for(recentPosts)$
<li class='recent-post-item-nojs'>
<a href='$url$'>
<strong>$title$</strong>
</a>
$if(teaser)$ $teaser$ $else$ $body$ $endif$
</li>
$endfor$
</ul>
</div>