| 1 |
<?php |
<?php |
| 2 |
// $Id: browscap.module,v 1.4 2005/09/18 16:46:07 mikeryan Exp $ |
// $Id: browscap.module,v 1.5 2006/01/05 20:01:00 deekayen Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 396 |
$rows[] = array($useragent->parent, $useragent->counter, $useragent->percent); |
$rows[] = array($useragent->parent, $useragent->counter, $useragent->percent); |
| 397 |
} |
} |
| 398 |
} |
} |
| 399 |
if ($pager = theme('pager', NULL, 50, 0, tablesort_pager())) { |
if ($pager = theme('pager', NULL, 50, 0)) { |
| 400 |
$rows[] = array(array('data' => $pager, 'colspan' => 2)); |
$rows[] = array(array('data' => $pager, 'colspan' => 2)); |
| 401 |
} |
} |
| 402 |
|
|