Posted by Bazze on July 2, 2009 at 1:19pm
Hi!
Does anyone know of a "node class"-module like the "block class"-module (http://drupal.org/project/block_class)?
Thanks!
EDIT
I added
<?php
if (isset($node->type)) { print $node->type; }
?>inside the class attribute in the node div in node.tpl.php till I find a better way...