[pLog-svn] r6393 - templates/branches/lifetype-1.2/unported/fgreen

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 07:44:31 EDT 2008


Author: jondaley
Date: 2008-04-29 07:44:30 -0400 (Tue, 29 Apr 2008)
New Revision: 6393

Modified:
   templates/branches/lifetype-1.2/unported/fgreen/postandcomments.template
Log:
cleanup

Modified: templates/branches/lifetype-1.2/unported/fgreen/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fgreen/postandcomments.template	2008-04-28 21:55:17 UTC (rev 6392)
+++ templates/branches/lifetype-1.2/unported/fgreen/postandcomments.template	2008-04-29 11:44:30 UTC (rev 6393)
@@ -18,8 +18,8 @@
 	  <DIV class=feedback>
 		<DIV class=meta>Posted by {$postOwner->getUsername()} at
 			{$locale->formatDate($postDate,"%H:%M")}
-			<A class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</A> │
-			<A class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</A> │
+			<A class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</A>
+			<A class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</A>
 			{foreach name=categories from=$post->getCategories() item=postcategory}
 				<a class=aposted href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
 				{if !$smarty.foreach.categories.last}, {/if}
@@ -37,7 +37,6 @@
 			{* End of article_index *}
 		</DIV>
 	  </DIV>
-        {pager style="links"}    
     </DIV>
 	<div id="commentblock">
 	
@@ -74,6 +73,7 @@
 	{/foreach}
 	</ol>
 
+        {pager style="links"}    
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>



More information about the pLog-svn mailing list