themes/oxygen/comment.tpl
changeset 328 dc838fd61a06
parent 212 30b857a6b811
child 359 e0787bb6285b
--- a/themes/oxygen/comment.tpl	Wed Dec 19 23:04:17 2007 -0500
+++ b/themes/oxygen/comment.tpl	Thu Dec 20 22:23:07 2007 -0500
@@ -10,6 +10,13 @@
             <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
               <b>{NAME}</b><br />
               <small>{USER_LEVEL}</small>
+              <!-- BEGIN user_has_avatar -->
+              <div class="avatar">
+                <a href="{USERPAGE_LINK}">
+                  <img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" />
+                </a>
+              </div>
+              <!-- END user_has_avatar -->
             </td>
           </tr>
           <tr>