firefly, edit your .txt file and replace this code:
PHP Code:
if (intval($privatemessage['attachmentid'])!=0) {
$attach = '<img src="https://vborg.vbsupport.ru/images/paperclip.gif" border="0" align="absmiddle">';
} else {
$attach = '';
}
with this one
PHP Code:
if (intval($privatemessage['attachmentid'])!=0) {
$attach = '<img src="{ imagesfolder }/paperclip.gif" border="0" align="absmiddle">';
} else {
$attach = '';
}