Page Bar
// description of your code herecheap cheap shoes
function pageBar($cat_id, $current, $perpage){ $inCore = cmsCore::getInstance(); $inDB = cmsDatabase::getInstance(); $id = $inCore->request('id', 'int'); global $_LANG; $html = ''; $result = $inDB->query("SELECT id FROM faq WHERE id = $cat_id") ; $records = $inDB->num_rows($result); if ($records){ $pages = ceil($records / $perpage); if($pages>1){ $html .= '<span class="pagebar_title"><strong>'.$_LANG['PAGES'].': </strong></span>'; for ($p=1; $p<=$pages; $p++){ if ($p != $current) { $link = '/faq/'.$id.'-'.$p; $html .= ' <a href="'.$link.'" class="pagebar_page">'.$p.'</a> '; } else { $html .= '<span class="pagebar_current">'.$p.'</span>'; } } } } return $html; }true clothing store haight street