Instant PHP/MySQL Guestbook News
Status: Inactive
Brought to you by:
reenisum
The "title" property (you will see through mouse-over) for Male icon said "Female". 1.03b fixed this issue.
You can manually fix this by editing the following files:
/template/default/_msg.inc.tpl /template/default/admin/msg.inc.tpl /template/default/export/msg.inc.tpl
and correcting the following line: <img class="usrgb-icon" src="${assets_path}/male16.png" alt="Male" title="Female"/>
to:
<img class="usrgb-icon" src="${assets_path}/male16.png" alt="Male" title="Male"/>