[pLog-svn] r4056 - plog/branches/lifetype-1.1.1/templates/summary

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Sep 27 19:10:53 GMT 2006


Author: oscar
Date: 2006-09-27 19:10:52 +0000 (Wed, 27 Sep 2006)
New Revision: 4056

Modified:
   plog/branches/lifetype-1.1.1/templates/summary/post.template
Log:
show the time too in the list of posts


Modified: plog/branches/lifetype-1.1.1/templates/summary/post.template
===================================================================
--- plog/branches/lifetype-1.1.1/templates/summary/post.template	2006-09-27 19:05:12 UTC (rev 4055)
+++ plog/branches/lifetype-1.1.1/templates/summary/post.template	2006-09-27 19:10:52 UTC (rev 4056)
@@ -14,7 +14,7 @@
     {assign var="postDate" value=$post->getDateObject()}
         <a href="{$request->postPermalink($post)}" class="noborder">
         <img src="imgs/post.png" width="10" height="11" alt="Permalink" /></a>
-        &nbsp;{$locale->tr("posted_by")} {$postOwner->getUsername()},  {$locale->formatDate($postDate,"%e %B %Y")} |
+        &nbsp;{$locale->tr("posted_by")} {$postOwner->getUsername()},  {$locale->formatDate($postDate,"%e %B %Y %H:%M")} |
         <img src="imgs/comment.png" width="11" height="10" alt="{$locale->tr("comments")}" />&nbsp;
         <a href="{$request->postPermalink($post)}#comments">{if $post->getTotalComments() eq 0}{$locale->tr("comment on this")}{else}{$post->getTotalComments()} {$locale->tr("comments")|capitalize}{/if}</a>
         <br style="clear: both;" />



More information about the pLog-svn mailing list