diff options
Diffstat (limited to 'includes/comments.php')
-rwxr-xr-x | includes/comments.php | 1 |
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 | ||
36 | if (!isLoggedIn()) | 35 | if (!isLoggedIn()) |