diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 19:34:21 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 19:34:21 -0500 |
commit | 9a4c37255351aadc223bb9609623888cb01d5fde (patch) | |
tree | 0274137ce32368f9326cd4bfd12e1229b2b4d97f /includes | |
parent | 1d9f883cd824f5f70adfcc9e4692e1ff7ba465eb (diff) | |
download | fourisland-9a4c37255351aadc223bb9609623888cb01d5fde.tar.gz fourisland-9a4c37255351aadc223bb9609623888cb01d5fde.tar.bz2 fourisland-9a4c37255351aadc223bb9609623888cb01d5fde.zip |
Changed failsafe Gravatar to Wavatar
Diffstat (limited to 'includes')
-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()) |