diff options
| -rwxr-xr-x | includes/comments.php | 1 | ||||
| -rwxr-xr-x | theme/comments.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
| diff --git a/includes/comments.php b/includes/comments.php index ca5528e..bf73318 100755 --- a/includes/comments.php +++ b/includes/comments.php | |||
| @@ -30,7 +30,6 @@ $curID = 0; | |||
| 30 | 30 | ||
| 31 | $template = new FITemplate('comments'); | 31 | $template = new FITemplate('comments'); |
| 32 | $template->add('PAGEID',$page_id); | 32 | $template->add('PAGEID',$page_id); |
| 33 | $template->add('CODEDDEF',urlencode('http://www.fourisland.com/images/error404.png')); | ||
| 34 | $template->add('USERNAME',(isLoggedIn() ? sess_get('uname') : 'Anonymous')); | 33 | $template->add('USERNAME',(isLoggedIn() ? sess_get('uname') : 'Anonymous')); |
| 35 | 34 | ||
| 36 | if (!isLoggedIn()) | 35 | if (!isLoggedIn()) |
| diff --git a/theme/comments.tpl b/theme/comments.tpl index c029ffb..79859ab 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <DIV CLASS="bubble"> | 6 | <DIV CLASS="bubble"> |
| 7 | <BLOCKQUOTE> | 7 | <BLOCKQUOTE> |
| 8 | <DIV> | 8 | <DIV> |
| 9 | <IMG SRC="http://www.gravatar.com/avatar.php?gravatar_id=<!--COMMENTS.CODEDEMAIL-->&rating=G&size=40&default=<!--CODEDDEF-->"> | 9 | <IMG SRC="http://www.gravatar.com/avatar/<!--COMMENTS.CODEDEMAIL-->?s=32&d=wavatar&r=G"> |
| 10 | <!--COMMENTS.TEXT--> | 10 | <!--COMMENTS.TEXT--> |
| 11 | </DIV> | 11 | </DIV> |
| 12 | </BLOCKQUOTE> | 12 | </BLOCKQUOTE> |
