Looking for Node class module
Bazze - July 2, 2009 - 13:19
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...
