Browse Source

Finalizing the category

pull/255/head
Danang Probo Sayekti 10 years ago
parent
commit
310b63e606
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      system/includes/functions.php

+ 4
- 0
system/includes/functions.php View File

@ -453,6 +453,10 @@ function get_category($category, $page, $perpage)
$posts = get_post_sorted();
$tmp = array();
if (empty($perpage)) {
$perpage = 10;
}
foreach ($posts as $index => $v) {


Loading…
Cancel
Save