From 9a4c37255351aadc223bb9609623888cb01d5fde Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 7 Dec 2008 19:34:21 -0500 Subject: Changed failsafe Gravatar to Wavatar --- includes/comments.php | 1 - theme/comments.tpl | 2 +- 2 files changed, 1 insertion(+), 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; $template = new FITemplate('comments'); $template->add('PAGEID',$page_id); -$template->add('CODEDDEF',urlencode('http://www.fourisland.com/images/error404.png')); $template->add('USERNAME',(isLoggedIn() ? sess_get('uname') : 'Anonymous')); 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 @@
- +
-- cgit 1.4.1