[pLog-svn] r6360 - in templates/branches/lifetype-1.2/unported: 3-column-liquid FallingLeavesWithPlugins GreenTrack Innerscape almost-spring aubmach blorange buddha cab darkfire drove-all-night fblueWithPlugins fdawn fdawnWithPlugins fgreen flower forange forangeWithPlugins fsimple fsubtle gutenberg human_condition mars-spirit minitemplate outback silver simple_sky splat toni v4ny8_lt v4nychristmas5 water_play

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 14:17:17 EDT 2008


Author: jondaley
Date: 2008-04-28 14:17:17 -0400 (Mon, 28 Apr 2008)
New Revision: 6360

Modified:
   templates/branches/lifetype-1.2/unported/3-column-liquid/postandcomments.template
   templates/branches/lifetype-1.2/unported/FallingLeavesWithPlugins/post.template
   templates/branches/lifetype-1.2/unported/GreenTrack/postandcomments.template
   templates/branches/lifetype-1.2/unported/Innerscape/postandcomments.template
   templates/branches/lifetype-1.2/unported/almost-spring/post.template
   templates/branches/lifetype-1.2/unported/almost-spring/postandcomments.template
   templates/branches/lifetype-1.2/unported/aubmach/postandcomments.template
   templates/branches/lifetype-1.2/unported/blorange/postandcomments.template
   templates/branches/lifetype-1.2/unported/buddha/postandcomments.template
   templates/branches/lifetype-1.2/unported/cab/postandcomments.template
   templates/branches/lifetype-1.2/unported/darkfire/postandcomments.template
   templates/branches/lifetype-1.2/unported/drove-all-night/postandcomments.template
   templates/branches/lifetype-1.2/unported/fblueWithPlugins/post.template
   templates/branches/lifetype-1.2/unported/fdawn/post.template
   templates/branches/lifetype-1.2/unported/fdawnWithPlugins/post.template
   templates/branches/lifetype-1.2/unported/fgreen/post.template
   templates/branches/lifetype-1.2/unported/flower/postandcomments.template
   templates/branches/lifetype-1.2/unported/forange/post.template
   templates/branches/lifetype-1.2/unported/forangeWithPlugins/post.template
   templates/branches/lifetype-1.2/unported/fsimple/post.template
   templates/branches/lifetype-1.2/unported/fsubtle/post.template
   templates/branches/lifetype-1.2/unported/gutenberg/postandcomments.template
   templates/branches/lifetype-1.2/unported/human_condition/postandcomments.template
   templates/branches/lifetype-1.2/unported/mars-spirit/postandcomments.template
   templates/branches/lifetype-1.2/unported/minitemplate/postandcomments.template
   templates/branches/lifetype-1.2/unported/outback/postandcomments.template
   templates/branches/lifetype-1.2/unported/silver/postandcomments.template
   templates/branches/lifetype-1.2/unported/simple_sky/postandcomments.template
   templates/branches/lifetype-1.2/unported/splat/postandcomments.template
   templates/branches/lifetype-1.2/unported/toni/postandcomments.template
   templates/branches/lifetype-1.2/unported/v4ny8_lt/post.template
   templates/branches/lifetype-1.2/unported/v4ny8_lt/postandcomments.template
   templates/branches/lifetype-1.2/unported/v4nychristmas5/post.template
   templates/branches/lifetype-1.2/unported/v4nychristmas5/postandcomments.template
   templates/branches/lifetype-1.2/unported/water_play/postandcomments.template
Log:
fixed trackback links in all of the rest of the templates

Modified: templates/branches/lifetype-1.2/unported/3-column-liquid/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/3-column-liquid/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/3-column-liquid/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -11,6 +11,7 @@
    {/if}
    {assign var="poster" value=$post->getUserInfo()}
    {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
    {if $post->getNumComments() > 0 }
    <div id="postcomments">
    <div class="posttitle">User Comments</div>

Modified: templates/branches/lifetype-1.2/unported/FallingLeavesWithPlugins/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/FallingLeavesWithPlugins/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/FallingLeavesWithPlugins/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 	<DIV class=post>

Modified: templates/branches/lifetype-1.2/unported/GreenTrack/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/GreenTrack/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/GreenTrack/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -46,10 +46,10 @@
 </ol>
 {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
 <h3 id="respond"><a name="Newcomment"></a>{$locale->tr("add_comment")}</h3>
-{include file="$blogtemplate/commentform.template"}
+{include file="$misctemplate/commentform.template"}
 {/if}
 
 </div>
 </div>
 {include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}

Modified: templates/branches/lifetype-1.2/unported/Innerscape/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/Innerscape/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/Innerscape/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -45,6 +45,6 @@
 {/foreach}
 
 {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
-{include file="$blogtemplate/commentform.template"}
+{include file="$misctemplate/commentform.template"}
 {/if}
-</div>
\ No newline at end of file
+</div>

Modified: templates/branches/lifetype-1.2/unported/almost-spring/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/almost-spring/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/almost-spring/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <!-- post start -->
@@ -14,4 +13,4 @@
 <p class="postfeedback"><a href="{$url->postPermalink($post)}#Comments" class="commentslink"> ({$post->getNumComments()}) {$locale->tr("comment on this")} </a>&nbsp;&nbsp;<a href="{$url->postTrackbackStatsLink($post)}" class="commentslink"> ({$post->getNumTrackbacks()}) {$locale->tr("trackbacks")}  </a>&nbsp;&nbsp; <a href="{$url->postPermalink($post)}" title="Permanent Link: {$post->getTopic()}" class="permalink">{$locale->tr("permalink")}</a> 
 </p>
 
-</div>
\ No newline at end of file
+</div>

Modified: templates/branches/lifetype-1.2/unported/almost-spring/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/almost-spring/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/almost-spring/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -17,6 +17,7 @@
 {/if}
 </p>
 {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
 
 {* show comments *}
 <h2 id="comments"><a name="Comments"></a>{$post->getNumComments()} {$locale->tr("comments")} in "{$post->getTopic()}"</h2>
@@ -59,4 +60,4 @@
 </div>
 </div>
 {include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}

Modified: templates/branches/lifetype-1.2/unported/aubmach/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/aubmach/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/aubmach/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -6,8 +6,9 @@
     <h2>{$locale->formatDate($postDate,"%d %b, %Y")}</h2>
     
     <div class="post">
-        {include file="$blogtemplate/post.template"}
-    
+        {include file="$blogtemplate/post.template"} 
+   		<!-- {$url->postTrackbackLink($post)} -->
+   
         <h2 id="comments">{$locale->tr("comments")}</h2>
         
          <ol id="commentlist">

Modified: templates/branches/lifetype-1.2/unported/blorange/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/blorange/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/blorange/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/buddha/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/buddha/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/buddha/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/cab/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/cab/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/cab/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/darkfire/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/darkfire/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/darkfire/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/drove-all-night/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/drove-all-night/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/drove-all-night/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/fblueWithPlugins/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fblueWithPlugins/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/fblueWithPlugins/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<DIV class=entry>
@@ -16,4 +15,4 @@
 				</DIV>
 			</DIV>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
-		</DIV><br>
\ No newline at end of file
+		</DIV><br>

Modified: templates/branches/lifetype-1.2/unported/fdawn/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fdawn/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/fdawn/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<DIV class=entry>
@@ -16,4 +15,4 @@
 				</DIV>
 			</DIV>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
-		</DIV><br>
\ No newline at end of file
+		</DIV><br>

Modified: templates/branches/lifetype-1.2/unported/fdawnWithPlugins/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fdawnWithPlugins/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/fdawnWithPlugins/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<DIV class=entry>
@@ -16,4 +15,4 @@
 				</DIV>
 			</DIV>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
-		</DIV><br>
\ No newline at end of file
+		</DIV><br>

Modified: templates/branches/lifetype-1.2/unported/fgreen/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fgreen/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/fgreen/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 
@@ -20,4 +19,4 @@
 			<P>{$post->getText()}</P>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
 		</div>
-	</div>
\ No newline at end of file
+	</div>

Modified: templates/branches/lifetype-1.2/unported/flower/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/flower/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/flower/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/forange/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/forange/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/forange/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<DIV class=entry>
@@ -16,4 +15,4 @@
 				</DIV>
 			</DIV>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
-		</DIV><br>
\ No newline at end of file
+		</DIV><br>

Modified: templates/branches/lifetype-1.2/unported/forangeWithPlugins/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/forangeWithPlugins/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/forangeWithPlugins/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<DIV class=entry>
@@ -16,4 +15,4 @@
 				</DIV>
 			</DIV>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
-		</DIV><br>
\ No newline at end of file
+		</DIV><br>

Modified: templates/branches/lifetype-1.2/unported/fsimple/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fsimple/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/fsimple/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 		<DIV class=entry>
@@ -16,4 +15,4 @@
 				</DIV>
 			</DIV>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
-		</DIV><br>
\ No newline at end of file
+		</DIV><br>

Modified: templates/branches/lifetype-1.2/unported/fsubtle/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fsubtle/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/fsubtle/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 
@@ -20,4 +19,4 @@
 				</DIV>
 			</DIV>
 			<P class=comments_link><A href="{$url->postPermalink($post)}#comments">Comments ({$post->getNumComments()})</A> </P>
-		</DIV><br>
\ No newline at end of file
+		</DIV><br>

Modified: templates/branches/lifetype-1.2/unported/gutenberg/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/gutenberg/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/gutenberg/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/human_condition/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/human_condition/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/human_condition/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/mars-spirit/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/mars-spirit/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/mars-spirit/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/minitemplate/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/minitemplate/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/minitemplate/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -9,9 +9,7 @@
 {if $prevpost == true}
 |<a href="{$url->postPermalink($prevpost)}" title="Previous post: {$prevpost->getTopic()}">&raquo;&raquo;&raquo;</a>
 {/if}
-<!--
-{$url->postTrackbackLink($post)}
--->
+<!-- {$url->postTrackbackLink($post)} -->
 {include file="$blogtemplate/post.template"}
 
 {foreach name=comment from=$comments item=comment}

Modified: templates/branches/lifetype-1.2/unported/outback/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/outback/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/outback/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/silver/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/silver/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/silver/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/simple_sky/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/simple_sky/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/simple_sky/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/splat/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/splat/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/splat/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/toni/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/toni/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/toni/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/unported/v4ny8_lt/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/v4ny8_lt/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/v4ny8_lt/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,5 +1,4 @@
 <div class="blog">
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Modified: templates/branches/lifetype-1.2/unported/v4ny8_lt/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/v4ny8_lt/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/v4ny8_lt/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -3,6 +3,7 @@
 {assign var="postOwner" value=$post->getUserInfo()}
 
 {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
 
  <div class="comments-head">
   <a name="comments"></a>Comments

Modified: templates/branches/lifetype-1.2/unported/v4nychristmas5/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/v4nychristmas5/post.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/v4nychristmas5/post.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 
@@ -15,4 +14,4 @@
 				</div>
 		
 				
-			</div>
\ No newline at end of file
+			</div>

Modified: templates/branches/lifetype-1.2/unported/v4nychristmas5/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/v4nychristmas5/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/v4nychristmas5/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -42,6 +42,7 @@
 		</DIV>
 	</DIV>
 	</DIV>
+   		<!-- {$url->postTrackbackLink($post)} -->
 	
 		<!-- comments ................................. -->
 		<h2 id="comments">{$post->getNumComments()} Comments <a href="#commentform" class="more">Add your own</a></h2>
@@ -75,4 +76,4 @@
 	{/if}
 	 <!-- /comments -->
 
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}

Modified: templates/branches/lifetype-1.2/unported/water_play/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/water_play/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
+++ templates/branches/lifetype-1.2/unported/water_play/postandcomments.template	2008-04-28 18:17:17 UTC (rev 6360)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+   		<!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         



More information about the pLog-svn mailing list