Lines Matching refs:count
296 $last = count($crumbs);
329 $count = count($parts);
330 $isdir = ( $parts[$count-1] == $conf['start']);
348 for($i = 0; $i < $count - 1; $i++) {
352 if ($i == $count-2 && $isdir) break; // Skip last if it is an index page
364 echo tpl_pagetitle($page . $parts[$count-1], true);
366 echo tpl_pagelink($page . $parts[$count-1], null, true);
443 if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
456 if (count($toc) >= intval($conf['tocminheads'])) {