Hi all. I need to render foo node's comments with my graphic so I have created
comment-foo.tpl.php. and it works.
Now i need to enclose comments in a div with class bar:
<div class="bar"> <h3>Commenti dagli utenti</h3> <?php print $content; ?> </div>
I have created comment-wrapper.tpl.php file but it does not work. So I have created comment-wrapper-foo.tpl.php but it does not work again.
Where is my error ?
M.