rchive/$pdalink" . '" rel="nofollow">' . $vbphrase['pda'] . "\n"; } $return = '\n
\n" . $extra; ($hook = vBulletinHook::fetch_hook('archive_navigation')) ? eval($hook) : false; return $return; } // function to draw the page links for the archive pages function print_archive_page_navigation($total, $perpage, $link) { global $p, $vbphrase, $vbulletin; $output = ''; $numpages = ceil($total / $perpage); if ($numpages > 1) { $output .= "
$vbphrase[pages] :\n"; for ($i=1; $i <= $numpages; $i++) { if ($i == $p) { $output .= "[$i]\n"; } else if ($i == 1) { $output .= '$i\n"; } else { $output .= '$i\n"; } } $output .= "
\n
\n"; } return $output; } /*======================================================================*\ || #################################################################### || # Downloaded: 22:51, Wed Jun 18th 2008 || # CVS: $RCSfile$ - $Revision: 25112 $ || #################################################################### \*======================================================================*/ ?>