/[drupal]/contributions/modules/indexpage/indexpage.module
ViewVC logotype

Diff of /contributions/modules/indexpage/indexpage.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6, Thu Feb 16 01:54:15 2006 UTC revision 1.7, Thu Apr 13 15:49:31 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id$  /* $Id: indexpage.module,v 1.6 2006/02/16 01:54:15 kbahey Exp $
3    
4  /**  /**
5   * indexpage module   * indexpage module
# Line 233  function indexpage_page_list($type, $fil Line 233  function indexpage_page_list($type, $fil
233          l(htmlspecialchars($n->title), 'node/'.$n->nid, array('title' => strip_tags($n->teaser))),          l(htmlspecialchars($n->title), 'node/'.$n->nid, array('title' => strip_tags($n->teaser))),
234        );        );
235      }      }
236      if ($pager = theme('pager', NULL, $max_results, 0, tablesort_pager())) {      if ($pager = theme('pager', NULL, $max_results, 0)) {
237        $rows[] = array(array('data' => $pager, 'colspan' => 2));        $rows[] = array(array('data' => $pager, 'colspan' => 2));
238      }      }
239      $output = theme('table', $header, $rows);      $output = theme('table', $header, $rows);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2