What did you do to resolve the problem?
Thank you for the answer!
Strange. It worked with me.
Oh, I’ve found the solution!
You just have to use get_bloginfo(‘template_directory’) instead of bloginfo('template_directory');
The result is the same as when using bloginfo(‘template_directory’) in my first variant. That bastard just ignores <img> tags, simply writes the full url to image and comment links near it. 🙁
That’s exactly what I’ve needed! 🙂 But as far as I can understand, $img=blahblah should be within <?php ?> and this way <?php bloginfo(‘template_directory’); ?> isn’t working