[pLog-svn] r2410 - templates/trunk/zen

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Sun Aug 14 16:46:23 GMT 2005


Author: pwestbro
Date: 2005-08-14 16:46:22 +0000 (Sun, 14 Aug 2005)
New Revision: 2410

Modified:
   templates/trunk/zen/postandcomments.template
   templates/trunk/zen/posttrackbacks.template
Log:
Put the trackback ping url on the post page, and fixed the trackback page
to show the dates that the trackback occured


Modified: templates/trunk/zen/postandcomments.template
===================================================================
--- templates/trunk/zen/postandcomments.template	2005-08-13 06:32:37 UTC (rev 2409)
+++ templates/trunk/zen/postandcomments.template	2005-08-14 16:46:22 UTC (rev 2410)
@@ -6,6 +6,7 @@
     <h2>{$locale->formatDate($postDate,"%d %b, %Y")}</h2>
     
     <div class="post">
+       <!-- {$url->postTrackbackLink($post)} -->
         {include file="$blogtemplate/post.template"}
     
         <h2 id="comments">{$locale->tr("comments")|capitalize}</h2>

Modified: templates/trunk/zen/posttrackbacks.template
===================================================================
--- templates/trunk/zen/posttrackbacks.template	2005-08-13 06:32:37 UTC (rev 2409)
+++ templates/trunk/zen/posttrackbacks.template	2005-08-14 16:46:22 UTC (rev 2410)
@@ -8,7 +8,7 @@
      <b>{$locale->tr("trackback_excerpt")}:</b> {$trackback->getExcerpt()}<br/>
      <b>{$locale->tr("trackback_weblog")}:</b> {$trackback->getBlogName()}<br/>
      {assign var="trackbackDate" value=$trackback->getDateObject()}
-     <b>{$locale->tr("date")}:</b> Date would be here<br/><br/>
+     <b>{$locale->tr("date")}:</b> {$locale->formatDate($trackbackDate, "%d/%m/%Y %H:%M")}<br/><br/>
     {/foreach}
   </div>
  </div>




More information about the pLog-svn mailing list