courses as $row): static $counter; $counter++; ?>
  1. '.htmlentities($row['title']).'' ?> <?php echo _AT('resume'); ?>

all_news); }else{ $perpage = 10; } $newscount = count($this->all_news); $num_pages = (ceil($newscount/$perpage));; $start = ($p-1)*$perpage; $end = ($p*$perpage); print_paginator($page, $num_pages, '', 1); for($i=$start;$i<=$end; $i++){ $count = $i; if (isset($this->all_news)) { echo ''; } } if($perpage == count($this->all_news)){ ?>