next link

Add next link to node

  1. <?php
  2. function next_node_link($type, $object, $teaser = FALSE) {
  3.   $links = array();
  4.  
  5.   if ($type == 'node' && isset($object->nid)) {
  6.     if (!$teaser) {
Syndicate content