--- /home/wolfgang/drupal-cvs/attached_node/attached_node.module 2004-12-09 04:00:25.000000000 +0100 +++ modules/attached_node/attached_node.module 2005-03-31 16:57:19.000000000 +0200 @@ -26,9 +26,10 @@ /** * Adds attached_node stylesheet to html head section of pages */ -function attached_node_init() { +function attached_node_menu($may_cache) { global $base_url; - drupal_set_html_head(""); + if (!$may_cache) + drupal_set_html_head(""); }