diff --git a/themes/3nids/views/album.html.php b/themes/3nids/views/album.html.php index 3f68449c..d61657e3 100755 --- a/themes/3nids/views/album.html.php +++ b/themes/3nids/views/album.html.php @@ -9,14 +9,14 @@ $children_all = $item->viewable()->children(); $theme->pagination = new Pagination(); $theme->pagination->initialize( - array("query_string" => "page","total_items" => $children_count,"items_per_page" => $page_size,"style" => "classic")); + array("query_string" => "page", "total_items" => $children_count, "items_per_page" => $page_size, "style" => "classic")); $children_offset = ($theme->pagination->current_page -1) * $page_size ; ?>