ResultsPerPage = $resultsperpage;
$Paging->LinksPerPage = $resultsperpage;
$Paging->PageVarName = "page";
/* This is required in order for the whole thing to work! */
$Paging->TotalResults = $dbr->countCategories($catid);
/* Get our array of valuable paging information! */
$InfoArray = $Paging->InfoArray();
$mysql_limit1 = $InfoArray['MYSQL_LIMIT1'];
$mysql_limit2 = $InfoArray['MYSQL_LIMIT2'];
$page = $InfoArray['CURRENT_PAGE'];
if (!empty($artid)) {
$data = $dbr->selectOne("RES_content", $artid);
}
?>
WEA Resources
updateArticleDownloads($artid);
$info = getGenInfo ($setting);
$filekey_arr[0] = $info['filekey_arr'][0];
if (is_array($filekey_arr)) {
foreach ($filekey_arr as $key=>$value) {
$fname = $data[$value];
if (!empty($fname)) {
$ext = getFileExtension($fname);
$ext = substr($ext, 1);
$full_link = "http://www.worldevangelicals.org".$file_path.$fname;
}
}
}
?>
Download
Print