From 35253f19541d1093eae99ab789d276a7e3b9103d Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Apr 2012 15:08:29 +0200 Subject: [PATCH] wider pagination --- htdocs/application/models/pastes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/application/models/pastes.php b/htdocs/application/models/pastes.php index 0596df0..a7dbb5f 100755 --- a/htdocs/application/models/pastes.php +++ b/htdocs/application/models/pastes.php @@ -290,6 +290,7 @@ class Pastes extends CI_Model $config['base_url'] = site_url($root); $config['total_rows'] = $this->countPastes(); $config['per_page'] = $amount; + $config['num_links'] = 9; $config['full_tag_open'] = '
'; $config['full_tag_close'] = '
'; $config['uri_segment'] = $seg;