2
I believe its in /class/xoopscomments.php
le="color: #000000"><?php if ( $adminview ) { $ip_image = "<img src='".XOOPS_URL."/images/icons/ip.gif' alt='".$this->getVar("ip")."' />"; } else { $ip_image = "<img src='".XOOPS_URL."/images/icons/ip.gif' alt='' />"; } if ( $adminview || ($xoopsUser && $this->getVar("user_id") == $xoopsUser->getVar("uid")) ) { $edit_image = "<a href='editcomment.php?comment_id=".$this->getVar("comment_id")."&mode=".$mode."&order=".intval($order)."'><img src='".XOOPS_URL."/images/icons/edit.gif' alt='"._EDIT."' /></a>"; }