[themes] node footer $links

Rowan Kerr rowan at stasis.org
Fri Feb 3 20:11:34 UTC 2006


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.





More information about the themes mailing list