[pLog-svn] r3846 - in templates/trunk: Blix FallingLeaves FallingLeavesWithPlugins GreenTrack LiteWinter MinimaPlus MinimaPlusWithPlugins ShadedGrey StreetCorner almost-spring andreas-2-columns andreas-3-columns connections fblue fblueWithPlugins fdawn fdawnWithPlugins fgreen forange forangeWithPlugins fsimple fsubtle minitemplate ocadia v4nychristmas5

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Aug 8 20:36:03 GMT 2006


Author: oscar
Date: 2006-08-08 20:36:02 +0000 (Tue, 08 Aug 2006)
New Revision: 3846

Modified:
   templates/trunk/Blix/postandcomments.template
   templates/trunk/FallingLeaves/postandcomments.template
   templates/trunk/FallingLeavesWithPlugins/postandcomments.template
   templates/trunk/GreenTrack/postandcomments.template
   templates/trunk/LiteWinter/postandcomments.template
   templates/trunk/MinimaPlus/postandcomments.template
   templates/trunk/MinimaPlusWithPlugins/postandcomments.template
   templates/trunk/ShadedGrey/postandcomments.template
   templates/trunk/StreetCorner/postandcomments.template
   templates/trunk/almost-spring/postandcomments.template
   templates/trunk/andreas-2-columns/postandcomments.template
   templates/trunk/andreas-3-columns/postandcomments.template
   templates/trunk/connections/postandcomments.template
   templates/trunk/fblue/postandcomments.template
   templates/trunk/fblueWithPlugins/postandcomments.template
   templates/trunk/fdawn/postandcomments.template
   templates/trunk/fdawnWithPlugins/postandcomments.template
   templates/trunk/fgreen/postandcomments.template
   templates/trunk/forange/postandcomments.template
   templates/trunk/forangeWithPlugins/postandcomments.template
   templates/trunk/fsimple/postandcomments.template
   templates/trunk/fsubtle/postandcomments.template
   templates/trunk/minitemplate/postandcomments.template
   templates/trunk/ocadia/postandcomments.template
   templates/trunk/v4nychristmas5/postandcomments.template
Log:
fixed a few template sets that should be displaying the post title in postandcomments.template but did not. Thanks oriol_e9g for his work (http://bugs.lifetype.net/view.php?id=1004)


Modified: templates/trunk/Blix/postandcomments.template
===================================================================
--- templates/trunk/Blix/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/Blix/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,7 @@
-{include file="$blogtemplate/header.template"}
-
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
+
+{include file="$blogtemplate/header.template"}
 	
 <div class="entry single">
 		{assign var="postDate" value=$post->getDateObject()}
@@ -16,11 +16,7 @@
    		   		</p>
 
 			<P>{$post->getText()}</P>
-
-
-
-
-
+			
 	<DIV class=feedback>
 		<DIV class=meta>Posted by {$postOwner->getUsername()} at
 			{$locale->formatDate($postDate,"%H:%M")}
@@ -48,9 +44,8 @@
 	</DIV>
 	
 		<!-- comments ................................. -->
-		<div id="comments">
+		<div id="comments">		
 		
-		
 		<h2>{$post->getTotalComments()} Comments <a href="#commentform" class="more">Add your own</a></h2>
 
 	<ul>
@@ -71,7 +66,6 @@
 	{/foreach}
 	</UL>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>
@@ -81,4 +75,4 @@
 	</div> <!-- /comments -->
 
 {include file="$blogtemplate/links.template"}
-{include file="$blogtemplate/footer.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/FallingLeaves/postandcomments.template
===================================================================
--- templates/trunk/FallingLeaves/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/FallingLeaves/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,8 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 <DIV>
-
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=post>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}

Modified: templates/trunk/FallingLeavesWithPlugins/postandcomments.template
===================================================================
--- templates/trunk/FallingLeavesWithPlugins/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/FallingLeavesWithPlugins/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,8 +1,9 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 <DIV>
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=post>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -34,7 +35,6 @@
 			{* End of article_index *}
 		</DIV>
 	</DIV>
-	
 
 	{if !empty($blogtimes)}
 		{if $blogtimes->isEnabled()}

Modified: templates/trunk/GreenTrack/postandcomments.template
===================================================================
--- templates/trunk/GreenTrack/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/GreenTrack/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" - $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/LiteWinter/postandcomments.template
===================================================================
--- templates/trunk/LiteWinter/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/LiteWinter/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" - $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/MinimaPlus/postandcomments.template
===================================================================
--- templates/trunk/MinimaPlus/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/MinimaPlus/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,6 @@
-{include file="$blogtemplate/header.template"}
-
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
+{include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 	<!-- Begin .post -->
@@ -31,6 +30,5 @@
 <!-- Show All Comments -->
 {include file="$blogtemplate/comments.template"}
 
-
 {include file="$blogtemplate/links.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/MinimaPlusWithPlugins/postandcomments.template
===================================================================
--- templates/trunk/MinimaPlusWithPlugins/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/MinimaPlusWithPlugins/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,6 @@
-{include file="$blogtemplate/header.template"}
-
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
+{include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 	<!-- Begin .post -->

Modified: templates/trunk/ShadedGrey/postandcomments.template
===================================================================
--- templates/trunk/ShadedGrey/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/ShadedGrey/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" - $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/StreetCorner/postandcomments.template
===================================================================
--- templates/trunk/StreetCorner/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/StreetCorner/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" - $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/almost-spring/postandcomments.template
===================================================================
--- templates/trunk/almost-spring/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/almost-spring/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,4 +1,6 @@
-{include file="$blogtemplate/header.template"}
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" - $postPageTitle"}
+{include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 {assign var=nextpost value=$post->getNextArticle()}

Modified: templates/trunk/andreas-2-columns/postandcomments.template
===================================================================
--- templates/trunk/andreas-2-columns/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/andreas-2-columns/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,9 +1,9 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 {include file="$blogtemplate/sidebar-l.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
-
 <div id="content">
 	{assign var="poster" value=$post->getUserInfo()}
 	<!-- {$url->postTrackbackLink($post)} -->
@@ -56,4 +56,4 @@
 	{/if} 
 
 </div>
-{include file="$blogtemplate/footer.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/andreas-3-columns/postandcomments.template
===================================================================
--- templates/trunk/andreas-3-columns/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/andreas-3-columns/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,6 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 {include file="$blogtemplate/sidebar-l.template"}
 {include file="$blogtemplate/sidebar-r.template"}
@@ -2,5 +5,2 @@
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
-
 <div id="content">
@@ -57,4 +57,4 @@
 	{/if} 
 
 </div>
-{include file="$blogtemplate/footer.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/connections/postandcomments.template
===================================================================
--- templates/trunk/connections/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/connections/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" - $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/fblue/postandcomments.template
===================================================================
--- templates/trunk/fblue/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/fblue/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
-{include file="$blogtemplate/header.template"}
-
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
+
+{include file="$blogtemplate/header.template"}
+
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -36,7 +37,6 @@
 		</DIV>
 	</DIV>
 	
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>
@@ -67,9 +67,7 @@
 		</LI>
 		{assign var="counter" value="`$counter+1`"}
 	{/foreach}
-	</ol>
+	</ol>	
 
-	
-
 {include file="$blogtemplate/links.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/fblueWithPlugins/postandcomments.template
===================================================================
--- templates/trunk/fblueWithPlugins/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/fblueWithPlugins/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
-{include file="$blogtemplate/header.template"}
-
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
+
+{include file="$blogtemplate/header.template"}
+
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -34,8 +35,7 @@
 			{/if}
 			{* End of article_index *}
 		</DIV>
-	</DIV>
-	
+	</DIV>	
 
 	{if !empty($blogtimes)}
 		{if $blogtimes->isEnabled()}
@@ -43,7 +43,6 @@
 		{/if}
 	{/if}
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/fdawn/postandcomments.template
===================================================================
--- templates/trunk/fdawn/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/fdawn/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -63,7 +64,6 @@
 	{/foreach}
 	</ol>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/fdawnWithPlugins/postandcomments.template
===================================================================
--- templates/trunk/fdawnWithPlugins/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/fdawnWithPlugins/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -66,7 +67,6 @@
 	{/foreach}
 	</ol>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/fgreen/postandcomments.template
===================================================================
--- templates/trunk/fgreen/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/fgreen/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -64,7 +65,6 @@
 	{/foreach}
 	</ol>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/forange/postandcomments.template
===================================================================
--- templates/trunk/forange/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/forange/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -62,7 +63,6 @@
 	{/foreach}
 	</ol>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/forangeWithPlugins/postandcomments.template
===================================================================
--- templates/trunk/forangeWithPlugins/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/forangeWithPlugins/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -66,7 +67,6 @@
 	{/foreach}
 	</ol>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/fsimple/postandcomments.template
===================================================================
--- templates/trunk/fsimple/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/fsimple/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -62,7 +63,6 @@
 	{/foreach}
 	</ol>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/fsubtle/postandcomments.template
===================================================================
--- templates/trunk/fsubtle/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/fsubtle/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,7 +1,8 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+
 {include file="$blogtemplate/header.template"}
 
-{assign var="postPageTitle" value=$post->getTopic()}
-{assign var="postPageTitle" value=" | $postPageTitle"}
 	<DIV class=entry>
 		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
@@ -62,7 +63,6 @@
 	{/foreach}
 	</ol>
 
-
 	<a name="comments"></a>
 
 	<h2 id="commentsformheader">Leave a Reply</h2>

Modified: templates/trunk/minitemplate/postandcomments.template
===================================================================
--- templates/trunk/minitemplate/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/minitemplate/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {assign var=nextpost value=$post->getNextArticle()}
 {assign var=prevpost value=$post->getPrevArticle()}

Modified: templates/trunk/ocadia/postandcomments.template
===================================================================
--- templates/trunk/ocadia/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/ocadia/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: templates/trunk/v4nychristmas5/postandcomments.template
===================================================================
--- templates/trunk/v4nychristmas5/postandcomments.template	2006-08-06 16:59:24 UTC (rev 3845)
+++ templates/trunk/v4nychristmas5/postandcomments.template	2006-08-08 20:36:02 UTC (rev 3846)
@@ -1,8 +1,8 @@
-{include file="$blogtemplate/header.template"}
-
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
-	
+
+{include file="$blogtemplate/header.template"}
+
 <div class="entry single">
 		{assign var="postDate" value=$post->getDateObject()}
 		{assign var="postOwner" value=$post->getUserInfo()}
@@ -16,13 +16,9 @@
 					<div class="ava"></div>
 					<P>{$post->getText()}</P>
 				</div>
-		
 				
 			</div>
 
-
-
-
 	<DIV class=feedback>
 		<DIV class=meta>Posted by {$postOwner->getUsername()} at
 			{$locale->formatDate($postDate,"%H:%M")}
@@ -50,10 +46,8 @@
 		<!-- comments ................................. -->
 		<h2 id="comments">{$post->getTotalComments()} Comments <a href="#commentform" class="more">Add your own</a></h2>
 
-	<ol id="commentlist">
-		
+	<ol id="commentlist">	
 	
-	
 	{assign var="counter" value=1}
 	{foreach name=comment from=$comments item=comment}
 		<div class="singolocommento">
@@ -65,8 +59,7 @@
 		</div>
 	{/foreach}
 	</ol>
-
-
+	
 	<a name="comments"></a>
 
 	<h2 id="postcomment">Leave a Reply</h2>
@@ -75,5 +68,4 @@
 	{/if}
 	 <!-- /comments -->
 
-
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file



More information about the pLog-svn mailing list