[pLog-svn] r4550 - plog/trunk/templates/standard

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 17 21:05:58 GMT 2007


Author: oscar
Date: 2007-01-17 21:05:57 +0000 (Wed, 17 Jan 2007)
New Revision: 4550

Modified:
   plog/trunk/templates/standard/postandcomments.template
Log:
I checked in by mistake a version that contained some plugins in it, so it did not work for those users who did not have the plugins.

Modified: plog/trunk/templates/standard/postandcomments.template
===================================================================
--- plog/trunk/templates/standard/postandcomments.template	2007-01-17 20:58:23 UTC (rev 4549)
+++ plog/trunk/templates/standard/postandcomments.template	2007-01-17 21:05:57 UTC (rev 4550)
@@ -11,13 +11,11 @@
 {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1 || $comments }<h2 id="comments">{$locale->tr("comments")|capitalize}</h2>
 {/if}
  {pager style="links"}
-{assign var=comments value=$nestedcomments->getNestedComments($post)}
-   {foreach from=$comments item=comment}
-<div class="comment_{$comment->getValue("depth")}">
+   		{foreach from=$comments item=comment}
+<div class="comment">
 <h3 class="commentheader">{if $comment->getTopic() != null} {$comment->getTopic()|strip_tags}{else}Re: <em>{$post->getTopic()|strip_tags}</em>{/if}</h3>
 
 <p class="commentposterinfo">
-<img src="{$gravatar->gravatar($comment)}" width="{$gravatar->getSize()}" height="{$gravatar->getSize()}" align="left" />
 		{assign var="postDate" value=$comment->getTimestamp()}
 		{if $comment->getUserUrl() != ""}<a href="{$comment->getUserUrl()}">{$comment->getUsername()}</a>
 		{else}
@@ -37,5 +35,5 @@
 </div>
 </div>
 	{/foreach}			
-{include file="$blogtemplate/commentform.template"}					
-{include file="$blogtemplate/footer.template"} 
+{include file="$misctemplatepath/commentform.template"}					
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file



More information about the pLog-svn mailing list