[pLog-svn] r6398 - templates/branches/lifetype-1.2/unported/forange

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 07:52:59 EDT 2008


Author: jondaley
Date: 2008-04-29 07:52:59 -0400 (Tue, 29 Apr 2008)
New Revision: 6398

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

Modified: templates/branches/lifetype-1.2/unported/forange/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/forange/postandcomments.template	2008-04-29 11:49:53 UTC (rev 6397)
+++ templates/branches/lifetype-1.2/unported/forange/postandcomments.template	2008-04-29 11:52:59 UTC (rev 6398)
@@ -17,8 +17,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}
@@ -36,9 +36,9 @@
 			{* End of article_index *}
 		</DIV>
 	</DIV>
-        {pager style="links"}    
 	
 		<h2 id="comments">Comments </h2>
+        {pager style="links"}    
 	<ol id="commentlist">
 	
 	{assign var="counter" value=1}



More information about the pLog-svn mailing list