| 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 |
| 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); |