josh on wrote: > I want to theme a the links on the bottom of blog entries In node.tpl.php <?php if ($links): ?> <div class="links"><?php print $links; ?></div> <?php endif; ?> > I can't work out out where the $links array is constructed hook_link() That is the hook that Drupal modules use to construct the $node->links array.