2012-12-10, 02:48 AM
(2010-11-15, 09:52 PM)bomfile Wrote: [*]inc/class_parser.php edit:
Find:
Change:<img src=\"{$url}\" border=\"0\" alt=\"{$alt}\"{$css_align} />
return "<img src=\"{$url}\" border=\"0\" alt=\"{$alt}\"{$css_align} onload=\"NcodeImageResizer.createOn(this);\"/>";
this is correct?
not will be
<img src=\"{$url}\" border=\"0\" alt=\"{$alt}\"{$css_align} onload=\"NcodeImageResizer.createOn(this);\"/>
?