Open: includes/functions_showthread.php
Find:
PHP Code:
eval('$post_thanks_button = "<a href=\"post_thanks.php?do=post_thanks&p=$post[postid]\"><img src=\"$stylevar[imgdir_button]/post_thanks.gif\" alt=\"$vbphrase[post_thanks_thanks]\" border=\"0\" ></a>";');
Replace with:
PHP Code:
eval('$post_thanks_button = "<a href=\"post_thanks.php?do=post_thanks&p=$post[postid]\"><img src=\"$stylevar[imgdir_button]/post_thanks.gif\" alt=\"$vbphrase[post_thanks_thanks]\" border=\"0\" align=\"middle\" ></a>";');