[pLog-svn] r6389 - templates/branches/lifetype-1.2/unported/fdawn

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


Author: jondaley
Date: 2008-04-28 17:40:32 -0400 (Mon, 28 Apr 2008)
New Revision: 6389

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

Modified: templates/branches/lifetype-1.2/unported/fdawn/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fdawn/postandcomments.template	2008-04-28 21:38:20 UTC (rev 6388)
+++ templates/branches/lifetype-1.2/unported/fdawn/postandcomments.template	2008-04-28 21:40:32 UTC (rev 6389)
@@ -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