| 1 |
<?php |
<?php |
| 2 |
/* $Id: forward.module,v 1.12 2006/04/09 22:56:46 seanr Exp $ */ |
/* $Id: forward.module,v 1.13 2006/04/11 21:39:32 seanr Exp $ */ |
| 3 |
|
|
| 4 |
include(drupal_get_path('module', 'forward') .'/forward.theme'); |
include(drupal_get_path('module', 'forward') .'/forward.theme'); |
| 5 |
|
|
| 633 |
l($_path, $_path), |
l($_path, $_path), |
| 634 |
l(_forward_column_width($log->title), $_path)); |
l(_forward_column_width($log->title), $_path)); |
| 635 |
} |
} |
| 636 |
if ($pager = theme('pager', NULL, 30, 0, tablesort_pager())) { |
if ($pager = theme('pager', NULL, 30, 0)) { |
| 637 |
$rows[] = array(array('data' => $pager, 'colspan' => '4')); |
$rows[] = array(array('data' => $pager, 'colspan' => '4')); |
| 638 |
} |
} |
| 639 |
|
|