Try this so :
Code:
////////////////////////////////////////////////
//// OUTPUT CODES FOR VBCODE AND HTML CODE /////
//////////////// BY DjTaz (www.djtaz.com)//////
////////////////////////////////////////////////
$picture_url = get_pic_url($CURRENT_PIC_DATA, '');
$picture_normal = get_pic_url($CURRENT_PIC_DATA, 'normal_');
$website = $CONFIG["ecards_more_pic_target"];
$info[$lang_picinfo['BB Code']] = "<font color=RED>
</FONT COLOR>";
$info[$lang_picinfo['HTML Code']] = "<font color=green><XMP> <img src='".$website.$picture_url."'></XMP></font>";
$info[$lang_picinfo['Normal Photo']] = "<font color=blue><XMP> <img src='".$website.$picture_normal."'></XMP></font>";
////////////////////////////////////////////////
//// END OF VBCODE AND HTML OUTPUT CODE ////////
////////////////////////////////////////////////
and instead of the two in the lang , add in three
Code:
'BB Code' => 'VB Code',
'HTML Code' => 'HTML Code',
'Normal Photo' => 'Normal Code',
You should notice that the 'Normal' code will have a 'normal_photoname.jpg' instead of
just 'photoname.jpg' in the link thats given out. If that still doesnt work - give me the exact directories where everything resides and ill see what else i can come up with.