Quote:
Originally Posted by kh99
So what you want is for the image to be displayed? Then you'd need an img tag in there, like maybe:
Code:
$ImagePath = vB_Template_Runtime::fetchStyleVar('imgdir_misc').'/critique/nocritique.png';
$template_hook['postbit_userinfo_right_after_posts'] .=
'<br /><dt>Critique Level</dt><br /> <dd><img src="' . $ImagePath . '"/></dd>';
|
Thank you.
That's solved it for me.
I have a slight alignment issue, but you've cracked it !