[pLog-svn] r2250 - in templates/trunk: Boxed Boxed-Green FastTrack GreenTrack LiteWinter Mac-Stripe Matrix-Code Modish ShadedGrey Soft-Blue Soft-Green Soft-Red StreetCorner Very-Clean Vicksburg blufill bubble-blue buggy connections flyupsky-daytime flyupsky-evening greenmarinee ice kubrick minitemplate mtplog pastel-blocks reic reic1 roof spring standard_green standard_happy standard_red toto tribal unported/wordplog white

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Sun Jun 19 23:07:35 GMT 2005


Author: pwestbro
Date: 2005-06-19 23:07:34 +0000 (Sun, 19 Jun 2005)
New Revision: 2250

Modified:
   templates/trunk/Boxed-Green/post.template
   templates/trunk/Boxed-Green/postandcomments.template
   templates/trunk/Boxed/post.template
   templates/trunk/Boxed/postandcomments.template
   templates/trunk/FastTrack/post.template
   templates/trunk/FastTrack/postandcomments.template
   templates/trunk/GreenTrack/post.template
   templates/trunk/GreenTrack/postandcomments.template
   templates/trunk/LiteWinter/post.template
   templates/trunk/LiteWinter/postandcomments.template
   templates/trunk/Mac-Stripe/post.template
   templates/trunk/Mac-Stripe/postandcomments.template
   templates/trunk/Matrix-Code/post.template
   templates/trunk/Matrix-Code/postandcomments.template
   templates/trunk/Modish/post.template
   templates/trunk/Modish/postandcomments.template
   templates/trunk/ShadedGrey/post.template
   templates/trunk/ShadedGrey/postandcomments.template
   templates/trunk/Soft-Blue/post.template
   templates/trunk/Soft-Blue/postandcomments.template
   templates/trunk/Soft-Green/post.template
   templates/trunk/Soft-Green/postandcomments.template
   templates/trunk/Soft-Red/post.template
   templates/trunk/Soft-Red/postandcomments.template
   templates/trunk/StreetCorner/post.template
   templates/trunk/StreetCorner/postandcomments.template
   templates/trunk/Very-Clean/post.template
   templates/trunk/Very-Clean/postandcomments.template
   templates/trunk/Vicksburg/post.template
   templates/trunk/Vicksburg/postandcomments.template
   templates/trunk/blufill/post.template
   templates/trunk/blufill/postandcomments.template
   templates/trunk/bubble-blue/post.template
   templates/trunk/bubble-blue/postandcomments.template
   templates/trunk/buggy/post.template
   templates/trunk/buggy/postandcomments.template
   templates/trunk/connections/post.template
   templates/trunk/connections/postandcomments.template
   templates/trunk/flyupsky-daytime/post.template
   templates/trunk/flyupsky-daytime/postandcomments.template
   templates/trunk/flyupsky-evening/post.template
   templates/trunk/flyupsky-evening/postandcomments.template
   templates/trunk/greenmarinee/post.template
   templates/trunk/greenmarinee/postandcomments.template
   templates/trunk/ice/post.template
   templates/trunk/ice/postandcomments.template
   templates/trunk/kubrick/post.template
   templates/trunk/minitemplate/post.template
   templates/trunk/minitemplate/postandcomments.template
   templates/trunk/mtplog/post.template
   templates/trunk/mtplog/postandcomments.template
   templates/trunk/pastel-blocks/post.template
   templates/trunk/pastel-blocks/postandcomments.template
   templates/trunk/reic/post.template
   templates/trunk/reic/postandcomments.template
   templates/trunk/reic1/post.template
   templates/trunk/reic1/postandcomments.template
   templates/trunk/roof/post.template
   templates/trunk/roof/postandcomments.template
   templates/trunk/spring/post.template
   templates/trunk/spring/postandcomments.template
   templates/trunk/standard_green/post.template
   templates/trunk/standard_green/postandcomments.template
   templates/trunk/standard_happy/post.template
   templates/trunk/standard_happy/postandcomments.template
   templates/trunk/standard_red/post.template
   templates/trunk/standard_red/postandcomments.template
   templates/trunk/toto/post.template
   templates/trunk/toto/postandcomments.template
   templates/trunk/tribal/post.template
   templates/trunk/tribal/postandcomments.template
   templates/trunk/unported/wordplog/post.template
   templates/trunk/unported/wordplog/postandcomments.template
   templates/trunk/white/post.template
   templates/trunk/white/postandcomments.template
Log:
Fixed the rest of bug http://bugs.plogworld.net/view.php?id=588

Moved the postTrackbackLink from the post.trackback to
postandcomment.trackback.

I did not add the trackback ping url to the templates that did not have
them already

Modified: templates/trunk/Boxed/post.template
===================================================================
--- templates/trunk/Boxed/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Boxed/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Boxed/postandcomments.template
===================================================================
--- templates/trunk/Boxed/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Boxed/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/Boxed-Green/post.template
===================================================================
--- templates/trunk/Boxed-Green/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Boxed-Green/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Boxed-Green/postandcomments.template
===================================================================
--- templates/trunk/Boxed-Green/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Boxed-Green/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/FastTrack/post.template
===================================================================
--- templates/trunk/FastTrack/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/FastTrack/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<!-- post start -->

Modified: templates/trunk/FastTrack/postandcomments.template
===================================================================
--- templates/trunk/FastTrack/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/FastTrack/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -14,6 +14,7 @@
 <a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
 {/if}
 </p>
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}

Modified: templates/trunk/GreenTrack/post.template
===================================================================
--- templates/trunk/GreenTrack/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/GreenTrack/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<!-- post start -->

Modified: templates/trunk/GreenTrack/postandcomments.template
===================================================================
--- templates/trunk/GreenTrack/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/GreenTrack/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -14,6 +14,7 @@
 <a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
 {/if}
 </p>
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}

Modified: templates/trunk/LiteWinter/post.template
===================================================================
--- templates/trunk/LiteWinter/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/LiteWinter/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<!-- post start -->

Modified: templates/trunk/LiteWinter/postandcomments.template
===================================================================
--- templates/trunk/LiteWinter/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/LiteWinter/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -13,6 +13,7 @@
 					 <a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
 				{/if}
 				</p>
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
 {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}

Modified: templates/trunk/Mac-Stripe/post.template
===================================================================
--- templates/trunk/Mac-Stripe/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Mac-Stripe/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Mac-Stripe/postandcomments.template
===================================================================
--- templates/trunk/Mac-Stripe/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Mac-Stripe/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/Matrix-Code/post.template
===================================================================
--- templates/trunk/Matrix-Code/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Matrix-Code/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Matrix-Code/postandcomments.template
===================================================================
--- templates/trunk/Matrix-Code/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Matrix-Code/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/Modish/post.template
===================================================================
--- templates/trunk/Modish/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Modish/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Modish/postandcomments.template
===================================================================
--- templates/trunk/Modish/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Modish/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/ShadedGrey/post.template
===================================================================
--- templates/trunk/ShadedGrey/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/ShadedGrey/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <!-- post start -->

Modified: templates/trunk/ShadedGrey/postandcomments.template
===================================================================
--- templates/trunk/ShadedGrey/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/ShadedGrey/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -14,6 +14,7 @@
 <a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
 {/if}
 </p>
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}

Modified: templates/trunk/Soft-Blue/post.template
===================================================================
--- templates/trunk/Soft-Blue/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Soft-Blue/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Soft-Blue/postandcomments.template
===================================================================
--- templates/trunk/Soft-Blue/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Soft-Blue/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/Soft-Green/post.template
===================================================================
--- templates/trunk/Soft-Green/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Soft-Green/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Soft-Green/postandcomments.template
===================================================================
--- templates/trunk/Soft-Green/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Soft-Green/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/Soft-Red/post.template
===================================================================
--- templates/trunk/Soft-Red/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Soft-Red/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Soft-Red/postandcomments.template
===================================================================
--- templates/trunk/Soft-Red/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Soft-Red/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/StreetCorner/post.template
===================================================================
--- templates/trunk/StreetCorner/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/StreetCorner/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<!-- post start -->

Modified: templates/trunk/StreetCorner/postandcomments.template
===================================================================
--- templates/trunk/StreetCorner/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/StreetCorner/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -14,6 +14,7 @@
 <a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
 {/if}
 </p>
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}

Modified: templates/trunk/Very-Clean/post.template
===================================================================
--- templates/trunk/Very-Clean/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Very-Clean/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Very-Clean/postandcomments.template
===================================================================
--- templates/trunk/Very-Clean/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Very-Clean/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/Vicksburg/post.template
===================================================================
--- templates/trunk/Vicksburg/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Vicksburg/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/Vicksburg/postandcomments.template
===================================================================
--- templates/trunk/Vicksburg/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/Vicksburg/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,6 +3,7 @@
    {assign var="postDate" value=$post->getDateObject()}
    <h2 class="date">{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h2>
    <div class="blogbody">
+   <!-- {$url->postTrackbackLink($post)} -->
    <p>{include file="$blogtemplate/post.template"}</p>
    </div>
    {foreach from=$comments item=comment}

Modified: templates/trunk/blufill/post.template
===================================================================
--- templates/trunk/blufill/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/blufill/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div class="blog">

Modified: templates/trunk/blufill/postandcomments.template
===================================================================
--- templates/trunk/blufill/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/blufill/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -3,7 +3,8 @@
       <td> 
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
-<div id="container">
+<div id="container">
+ <!-- {$url->postTrackbackLink($post)} -->
  {include file="$blogtemplate/post.template"}
  <div class="blog">
  <div class="comments-head">

Modified: templates/trunk/bubble-blue/post.template
===================================================================
--- templates/trunk/bubble-blue/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/bubble-blue/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 <h3>{$post->getTopic()}</h3>
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/bubble-blue/postandcomments.template
===================================================================
--- templates/trunk/bubble-blue/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/bubble-blue/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -11,6 +11,7 @@
    {/if}
    </p>
    {assign var="poster" value=$post->getUserInfo()}
+   <!-- {$url->postTrackbackLink($post)} -->
    {include file="$blogtemplate/post.template"}
    {foreach from=$comments item=comment}
     <p class="commentheader">

Modified: templates/trunk/buggy/post.template
===================================================================
--- templates/trunk/buggy/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/buggy/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 <h1>{$post->getTopic()}</h1>
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/buggy/postandcomments.template
===================================================================
--- templates/trunk/buggy/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/buggy/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -9,5 +9,6 @@
 	{/if}
 	</p>
 	{assign var="poster" value=$post->getUserInfo()}
+    <!-- {$url->postTrackbackLink($post)} -->
 	{include file="$blogtemplate/post.template"}
 {include file="$blogtemplate/footer.template"}

Modified: templates/trunk/connections/post.template
===================================================================
--- templates/trunk/connections/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/connections/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<!-- post start -->

Modified: templates/trunk/connections/postandcomments.template
===================================================================
--- templates/trunk/connections/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/connections/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -14,6 +14,7 @@
 <a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
 {/if}
 </p>
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}

Modified: templates/trunk/flyupsky-daytime/post.template
===================================================================
--- templates/trunk/flyupsky-daytime/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/flyupsky-daytime/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!--{$url->postTrackbackLink($post)}-->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div class="blogbody">

Modified: templates/trunk/flyupsky-daytime/postandcomments.template
===================================================================
--- templates/trunk/flyupsky-daytime/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/flyupsky-daytime/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -19,6 +19,7 @@
 
 
 <div class="blog">
+ <!--{$url->postTrackbackLink($post)}-->
  {include file="$blogtemplate/post.template"}
 </div>
 

Modified: templates/trunk/flyupsky-evening/post.template
===================================================================
--- templates/trunk/flyupsky-evening/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/flyupsky-evening/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!--{$url->postTrackbackLink($post)}-->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div class="blogbody">

Modified: templates/trunk/flyupsky-evening/postandcomments.template
===================================================================
--- templates/trunk/flyupsky-evening/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/flyupsky-evening/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -19,6 +19,7 @@
 
 
 <div class="blog">
+ <!--{$url->postTrackbackLink($post)}-->
  {include file="$blogtemplate/post.template"}
 </div>
 

Modified: templates/trunk/greenmarinee/post.template
===================================================================
--- templates/trunk/greenmarinee/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/greenmarinee/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div>

Modified: templates/trunk/greenmarinee/postandcomments.template
===================================================================
--- templates/trunk/greenmarinee/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/greenmarinee/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -7,6 +7,7 @@
 {include file="$blogtemplate/panel.template"}
 
 <div id="content">
+ <!-- {$url->postTrackbackLink($post)} -->
  {include file="$blogtemplate/post.template"}
 
  <div>

Modified: templates/trunk/ice/post.template
===================================================================
--- templates/trunk/ice/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/ice/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
    {assign var="postDate" value=$post->getDateObject()}
 
     <div class="post">

Modified: templates/trunk/ice/postandcomments.template
===================================================================
--- templates/trunk/ice/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/ice/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -21,6 +21,7 @@
   </p>
  </div>
 
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
  <a name="comments"> </a>

Modified: templates/trunk/kubrick/post.template
===================================================================
--- templates/trunk/kubrick/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/kubrick/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div>

Modified: templates/trunk/minitemplate/post.template
===================================================================
--- templates/trunk/minitemplate/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/minitemplate/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,6 +1,3 @@
-<!--
-{$url->postTrackbackLink($post)}
--->
 
 
 <div class="PostHeader">

Modified: templates/trunk/minitemplate/postandcomments.template
===================================================================
--- templates/trunk/minitemplate/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/minitemplate/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -7,6 +7,9 @@
 {if $prevpost == true}
 |<a href="{$url->postPermalink($prevpost)}" title="Previous post: {$prevpost->getTopic()}">&raquo;&raquo;&raquo;</a>
 {/if}
+<!--
+{$url->postTrackbackLink($post)}
+-->
 {include file="$blogtemplate/post.template"}
 
 {foreach name=comment from=$comments item=comment}

Modified: templates/trunk/mtplog/post.template
===================================================================
--- templates/trunk/mtplog/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/mtplog/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/mtplog/postandcomments.template
===================================================================
--- templates/trunk/mtplog/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/mtplog/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -2,6 +2,7 @@
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div id="content">
+ <!-- {$url->postTrackbackLink($post)} -->
  {include file="$blogtemplate/post.template"}
  <div class="blog">
  <div class="comments-head">

Modified: templates/trunk/pastel-blocks/post.template
===================================================================
--- templates/trunk/pastel-blocks/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/pastel-blocks/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -2,7 +2,6 @@
      <div class="block-main">
       <div class="{cycle values="box-teal,box-purple,box-red,box-green,box-blue"}">
 
-       <!-- {$url->postTrackbackLink($post)} -->
        <div class="entry-headpad">
         <div class="entry-headboard">
          <div class="entry-header">

Modified: templates/trunk/pastel-blocks/postandcomments.template
===================================================================
--- templates/trunk/pastel-blocks/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/pastel-blocks/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -27,6 +27,7 @@
     </div>
 
    {assign var="poster" value=$post->getUserInfo()}
+   <!-- {$url->postTrackbackLink($post)} -->
    {include file="$blogtemplate/post.template"}
    {foreach from=$comments item=comment}
 

Modified: templates/trunk/reic/post.template
===================================================================
--- templates/trunk/reic/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/reic/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!--{$url->postTrackbackLink($post)}-->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/reic/postandcomments.template
===================================================================
--- templates/trunk/reic/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/reic/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -18,6 +18,7 @@
 
 
 <div class="blog">
+<!--{$url->postTrackbackLink($post)}-->
  {include file="$blogtemplate/post.template"}
 </div>
  {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}

Modified: templates/trunk/reic1/post.template
===================================================================
--- templates/trunk/reic1/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/reic1/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!--{$url->postTrackbackLink($post)}-->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/trunk/reic1/postandcomments.template
===================================================================
--- templates/trunk/reic1/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/reic1/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -18,6 +18,7 @@
 
 
 <div class="blog">
+ <!--{$url->postTrackbackLink($post)}-->
  {include file="$blogtemplate/post.template"}
 </div>
  {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}

Modified: templates/trunk/roof/post.template
===================================================================
--- templates/trunk/roof/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/roof/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <p>

Modified: templates/trunk/roof/postandcomments.template
===================================================================
--- templates/trunk/roof/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/roof/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -2,6 +2,7 @@
    {assign var="poster" value=$post->getUserInfo()}
    {assign var="postDate" value=$post->getDateObject()}
    <h3>{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h3>
+   <!-- {$url->postTrackbackLink($post)} -->
    {include file="$blogtemplate/post.template"}
    {foreach from=$comments item=comment}
     <p class="commentheader">

Modified: templates/trunk/spring/post.template
===================================================================
--- templates/trunk/spring/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/spring/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,5 +1,4 @@
 <div id="topic"><div id="topic_l">{$post->getTopic()}</div>
-		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
 		{assign var="postOwner" value=$post->getUserInfo()}
 <div id="topic_r">{$locale->formatDate($postDate,"%Y/%m/%d,%H:%M")}</div>

Modified: templates/trunk/spring/postandcomments.template
===================================================================
--- templates/trunk/spring/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/spring/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -16,6 +16,7 @@
    
    		{assign var="poster" value=$post->getUserInfo()}
    		
+		<!-- {$url->postTrackbackLink($post)} -->
    		{include file="$blogtemplate/post.template"}
 
 <h2>{$locale->tr("comments")}</h2>	

Modified: templates/trunk/standard_green/post.template
===================================================================
--- templates/trunk/standard_green/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/standard_green/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,5 +1,4 @@
 <h2>{$post->getTopic()}</h2>
-		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
 		{assign var="postOwner" value=$post->getUserInfo()}
 <p class="date">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")}</p>

Modified: templates/trunk/standard_green/postandcomments.template
===================================================================
--- templates/trunk/standard_green/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/standard_green/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -13,6 +13,7 @@
    
    		{assign var="poster" value=$post->getUserInfo()}
    		
+		<!-- {$url->postTrackbackLink($post)} -->
    		{include file="$blogtemplate/post.template"}
    		
    		{foreach from=$comments item=comment}

Modified: templates/trunk/standard_happy/post.template
===================================================================
--- templates/trunk/standard_happy/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/standard_happy/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,5 +1,4 @@
 <h2>{$post->getTopic()}</h2>
-		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
 		{assign var="postOwner" value=$post->getUserInfo()}
 <p class="date">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")}</p>

Modified: templates/trunk/standard_happy/postandcomments.template
===================================================================
--- templates/trunk/standard_happy/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/standard_happy/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -13,6 +13,7 @@
    
    		{assign var="poster" value=$post->getUserInfo()}
    		
+		<!-- {$url->postTrackbackLink($post)} -->
    		{include file="$blogtemplate/post.template"}
    		
    		{foreach from=$comments item=comment}

Modified: templates/trunk/standard_red/post.template
===================================================================
--- templates/trunk/standard_red/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/standard_red/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,5 +1,4 @@
 <h2>{$post->getTopic()}</h2>
-		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
 		{assign var="postOwner" value=$post->getUserInfo()}
 <p class="date">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")}</p>

Modified: templates/trunk/standard_red/postandcomments.template
===================================================================
--- templates/trunk/standard_red/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/standard_red/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -13,6 +13,7 @@
    
    		{assign var="poster" value=$post->getUserInfo()}
    		
+		<!-- {$url->postTrackbackLink($post)} -->
    		{include file="$blogtemplate/post.template"}
    		
    		{foreach from=$comments item=comment}

Modified: templates/trunk/toto/post.template
===================================================================
--- templates/trunk/toto/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/toto/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
       <table width="100%"  border="0" cellspacing="2" cellpadding="2">

Modified: templates/trunk/toto/postandcomments.template
===================================================================
--- templates/trunk/toto/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/toto/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -6,6 +6,7 @@
 <table width="100%"  border="0" cellspacing="2" cellpadding="2">
   <tr>
     <td>
+    <!-- {$url->postTrackbackLink($post)} -->
 	{include file="$blogtemplate/post.template"}
     </td>
   </tr>

Modified: templates/trunk/tribal/post.template
===================================================================
--- templates/trunk/tribal/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/tribal/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-      <!-- {$url->postTrackbackLink($post)} -->
       <h1>{$post->getTopic()}</h1>
       <p>{$post->getText()}</p>
       {assign var="postDate" value=$post->getDateObject()}

Modified: templates/trunk/tribal/postandcomments.template
===================================================================
--- templates/trunk/tribal/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/tribal/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,5 +1,6 @@
 {include file="$blogtemplate/header.template"}
    {assign var="poster" value=$post->getUserInfo()}
+   <!-- {$url->postTrackbackLink($post)} -->
    {include file="$blogtemplate/post.template"}
    {if $post->getTotalComments()!=0}
    <a name="comments" id="comments"></a>

Modified: templates/trunk/unported/wordplog/post.template
===================================================================
--- templates/trunk/unported/wordplog/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/unported/wordplog/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,7 +1,6 @@
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 			<h2>{$locale->formatDate($postDate,"%M <span class=\"day\">%d</span>")}{*$locale->formatDate($postDate,"%Y/%m/%d")*}</h2>
-			<!-- {$utils->postTrackbackLink($post)} -->
 			<div class="post">
 				<h3 class="storytitle"><a href="{$url->postPermalink($post)}" title="{$locale->tr("permalink")}: {$post->getTopic()|escape}" rel="bookmark">{$post->getTopic()}</a></h3>
 				<div class="meta">{$locale->tr("category")}:

Modified: templates/trunk/unported/wordplog/postandcomments.template
===================================================================
--- templates/trunk/unported/wordplog/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/unported/wordplog/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -4,6 +4,7 @@
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<div id="content">
+<!-- {$utils->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 {if #printview# == 1}
 <a class="upgrade" href="{$print->printView($post)}" accesskey="2">&nbsp;</a>

Modified: templates/trunk/white/post.template
===================================================================
--- templates/trunk/white/post.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/white/post.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div class="posts">

Modified: templates/trunk/white/postandcomments.template
===================================================================
--- templates/trunk/white/postandcomments.template	2005-06-19 21:44:43 UTC (rev 2249)
+++ templates/trunk/white/postandcomments.template	2005-06-19 23:07:34 UTC (rev 2250)
@@ -2,6 +2,7 @@
    {assign var="poster" value=$post->getUserInfo()}
    {assign var="postDate" value=$post->getDateObject()}
    <h3>{$locale->formatDate($postDate, "%A, %B %d, %Y")}</h3>
+   <!-- {$url->postTrackbackLink($post)} -->
    {include file="$blogtemplate/post.template"}
    {foreach from=$comments item=comment}
     <p class="commentheader">




More information about the pLog-svn mailing list