--- trackback.module.orig 2008-05-13 14:56:40.000000000 -0500 +++ trackback.module 2008-08-25 22:41:48.000000000 -0500 @@ -244,7 +248,7 @@ if ($teaser && isset($node->can_receive)) { $count = db_result(db_query("SELECT count(*) FROM {trackback_received} WHERE nid=%d AND status=1", $node->nid)); if ($count) { - $links[] = array( + $links['trackback_trackbacks'] = array( 'title' => format_plural($count, '1 trackback', '@count trackbacks'), 'href' => _trackback_path($node), 'fragment' => 'trackbacks'