added .entry-info and .link-comments

This commit is contained in:
real_nowhereman 2008-03-16 08:31:46 +00:00
parent 14274d0680
commit cafabe1530

View File

@ -18,12 +18,12 @@
<ul class="entry-footer"> <ul class="entry-footer">
<li>Posted by {$author} at <li class="entry-info">Posted by {$author} at
{$date|date_format} {$date|date_format}
{if ($categories)} in {$categories|@filed}{/if} {if ($categories)} in {$categories|@filed}{/if}
</li> </li>
<li> <li class="link-comments">
<a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number} <a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number}
{if isset($views)}(<strong>{$views}</strong> views){/if} {if isset($views)}(<strong>{$views}</strong> views){/if}
</a> </a>