[pLog-svn] r2156 - plugins/trunk/mobile/templates/html-nokia

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jun 1 21:55:25 GMT 2005


Author: oscar
Date: 2005-06-01 21:55:24 +0000 (Wed, 01 Jun 2005)
New Revision: 2156

Modified:
   plugins/trunk/mobile/templates/html-nokia/postandcomments.template
Log:
fixed one little stupid bug


Modified: plugins/trunk/mobile/templates/html-nokia/postandcomments.template
===================================================================
--- plugins/trunk/mobile/templates/html-nokia/postandcomments.template	2005-06-01 21:49:53 UTC (rev 2155)
+++ plugins/trunk/mobile/templates/html-nokia/postandcomments.template	2005-06-01 21:55:24 UTC (rev 2156)
@@ -7,7 +7,7 @@
 </TR>
 {assign var=commentDate value=$comment->getDateObject()}
 <TR><TD BGCOLOR="#DEDEDE" WIDTH="100%"> <FONT FACE="Verdana, Arial" SIZE=1><B>{$comment->getUsername()}</B> @ {$locale->formatDate($commentDate,"%d-%m-%Y %H:%M")}</FONT></TD></TR>
-<TR><TD VALIGN="TOP" WIDTH="100%" bgcolor="#EEEEEE"><FONT FACE="Arial, Sans-serif, Trebuchet MS" SIZE=2 color="#000000">{$post->getText()}</FONT></TD></TR></TABLE>
+<TR><TD VALIGN="TOP" WIDTH="100%" bgcolor="#EEEEEE"><FONT FACE="Arial, Sans-serif, Trebuchet MS" SIZE=2 color="#000000">{$comment->getText()}</FONT></TD></TR></TABLE>
 {/foreach}
 {include file="html-nokia/pager.template"}
 {include file="html-nokia/footer.template"}
\ No newline at end of file




More information about the pLog-svn mailing list