NOTESHÆFTE
XXX:hover {cursor: pointer;}
<?php function phptemplate_links($links, $attributes = array('class' => 'links')) { if (isset($links['comment_reply'])) { unset($links['comment_reply']); } return theme_links($links, $attributes); } ?>