[pLog-svn] r6336 - templates/branches/lifetype-1.2/fblue

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 10:26:57 EDT 2008


Author: jondaley
Date: 2008-04-28 10:26:57 -0400 (Mon, 28 Apr 2008)
New Revision: 6336

Modified:
   templates/branches/lifetype-1.2/fblue/post.template
   templates/branches/lifetype-1.2/fblue/postandcomments.template
Log:
moved trackback link.  moved 'reply' text to only show if comments are enabled

Modified: templates/branches/lifetype-1.2/fblue/post.template
===================================================================
--- templates/branches/lifetype-1.2/fblue/post.template	2008-04-28 13:06:57 UTC (rev 6335)
+++ templates/branches/lifetype-1.2/fblue/post.template	2008-04-28 14:26:57 UTC (rev 6336)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 	<div class=entry>
@@ -14,4 +13,4 @@
 			</div>
 		</div>
 		<p class=comments_link><a href="{$url->postPermalink($post)}#comments">{$locale->tr("comments")} ({$post->getNumComments()})</a></p>
-	</div><br/>
\ No newline at end of file
+	</div><br/>

Modified: templates/branches/lifetype-1.2/fblue/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/fblue/postandcomments.template	2008-04-28 13:06:57 UTC (rev 6335)
+++ templates/branches/lifetype-1.2/fblue/postandcomments.template	2008-04-28 14:26:57 UTC (rev 6336)
@@ -42,8 +42,8 @@
 	
 	<a name="comments"></a>
 
+	{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
 	<h2 id="commentsformheader">{$locale->tr("reply")}</h2>
-	{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
 		{include file="$misctemplatepath/commentform.template"}
 	{/if}
 	<h2 id="comments">{$locale->tr("comments")|capitalize}</h2>



More information about the pLog-svn mailing list