Quote:
Originally Posted by Coroner
That's a think, I've fixed later (sorry, I haven't upgraded the file yet).
To fix the image border problem, just insert (into the style) the following part:
|
I ended up changing the
PHP Code:
$headinclude = $templater->render();
to
PHP Code:
$headinclude .= $templater->render();
And it worked. I'll switch it back and try adding the img css property.