summary refs log tree commit diff stats
path: root/includes/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/comments.php')
-rwxr-xr-xincludes/comments.php1
1 files changed, 0 insertions, 1 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
36if (!isLoggedIn()) 35if (!isLoggedIn())