summary refs log tree commit diff stats
path: root/theme
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-07 20:33:18 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-07 20:33:18 -0500
commit388c1da05d08d890cb644bcce967e7ecae8bad3d (patch)
treeee4603785749f82e23690a4b7591dd5b1a43c0ba /theme
parent25a101d128ada4cac4e634b1c0fdd881551fd376 (diff)
downloadfourisland-388c1da05d08d890cb644bcce967e7ecae8bad3d.tar.gz
fourisland-388c1da05d08d890cb644bcce967e7ecae8bad3d.tar.bz2
fourisland-388c1da05d08d890cb644bcce967e7ecae8bad3d.zip
Changed Gravatar failsafe to Identicon
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/comments.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/comments.tpl b/theme/comments.tpl index 79859ab..6462d23 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/<!--COMMENTS.CODEDEMAIL-->?s=32&amp;d=wavatar&amp;r=G"> 9 <IMG SRC="http://www.gravatar.com/avatar/<!--COMMENTS.CODEDEMAIL-->?s=32&amp;d=identicon&amp;r=G">
10 <!--COMMENTS.TEXT--> 10 <!--COMMENTS.TEXT-->
11 </DIV> 11 </DIV>
12 </BLOCKQUOTE> 12 </BLOCKQUOTE>